Replace ByteQueue with its simplified version, InstructionQueue, since it's used...
[NovacoinLibrary.git] / Novacoin / CryptoUtils.cs
2015-08-23 CryptoManiacUse byte[] instead of IEnumerable<byte> if possible
2015-08-23 CryptoManiacAdd license header.
2015-08-19 CryptoManiacComments
2015-08-19 CryptoManiacMove PBKDF2 to new module, add some new Interop methods