Remove Hash, Hash256, Hash160 and ScryptHash256 classes.
[NovacoinLibrary.git] / Novacoin / CBlockHeader.cs
2015-09-02 CryptoManiacRemove Hash, Hash256, Hash160 and ScryptHash256 classes.
2015-09-01 CryptoManiacCosmetic changes.
2015-08-31 CryptoManiacReplace ByteQueue with its simplified version, Instruct...
2015-08-31 CryptoManiacCBlock: serialization
2015-08-31 CryptoManiacBlock and transaction verifications
2015-08-27 CryptoManiacUse code contracts.
2015-08-27 CryptoManiacUse implicit type casting operator for serialization.
2015-08-23 CryptoManiacComments
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 CryptoManiacCBlockHeader hash property
2015-08-21 CryptoManiacInitialization cleanup
2015-08-21 CryptoManiacNew constructor for block header class
2015-08-21 CryptoManiacCopy constructors for block, block header and hash...
2015-08-20 CryptoManiacUse getters instead of Satoshi-style access methods
2015-08-20 CryptoManiacWe're at little-endian only
2015-08-17 CryptoManiacAdd ToBytes() implementation for CBlock and CBlockHeader
2015-08-17 CryptoManiacCBlockHeader.ToString()
2015-08-17 CryptoManiacBlock parser
2015-08-06 CryptoManiacInit some fields, add ToString() for Hash160 and Hash25...
2015-08-06 CryptoManiacInitial commit