Replace ByteQueue with its simplified version, InstructionQueue, since it's used...
[NovacoinLibrary.git] / Novacoin / SHA256.cs
2015-08-23 CryptoManiacUse BouncyCastle hashing functions
2015-08-23 CryptoManiacUse byte[] instead of IEnumerable<byte> if possible
2015-08-23 CryptoManiacAdd license header.
2015-08-22 CryptoManiacEvaluateScript and IsCanonicalPubKey implementation...