Turn ByteQueue into MemoryStream wrapper, use MemoryStream for serialization of COutP...
[NovacoinLibrary.git] / Novacoin / ByteQueue.cs
2015-08-31 CryptoManiacTurn ByteQueue into MemoryStream wrapper, use MemoryStr...
2015-08-29 CryptoManiacTryGet, TryGetCurrent
2015-08-27 CryptoManiacTODO
2015-08-27 CryptoManiacUse code contracts.
2015-08-24 CryptoManiacGet rid of HexToList and HexToEnumerable functions
2015-08-24 CryptoManiacJust add some syntactic sugar
2015-08-24 CryptoManiacUse GetRange for subsets
2015-08-23 CryptoManiacUse byte[] instead of IEnumerable<byte> if possible
2015-08-23 CryptoManiacAdd license header.
2015-08-22 CryptoManiacEvaluateScript and IsCanonicalPubKey implementation...