Remove RIPEMD160, SHA1 and SHA256 classes.
[NovacoinLibrary.git] / Novacoin / Hash.cs
2015-08-29 CryptoManiacHash and CTransaction: remove pre-initialization of...
2015-08-28 CryptoManiacRemove contracts from Hash.Equals, Hash.CompareTo and...
2015-08-28 CryptoManiacHash:GetHashCode()
2015-08-28 CryptoManiacComment
2015-08-28 CryptoManiacNull reference contracts
2015-08-28 CryptoManiacHash comparison operations
2015-08-28 CryptoManiacHash comparison operations
2015-08-28 CryptoManiacInitial implementation of CBlockStore.
2015-08-27 CryptoManiacUse code contracts.
2015-08-27 CryptoManiacUse implicit type casting operator for serialization.
2015-08-23 CryptoManiacUse BouncyCastle hashing functions
2015-08-23 CryptoManiacMerkle tree computation
2015-08-23 CryptoManiacComments
2015-08-23 CryptoManiacAdd license header.
2015-08-21 CryptoManiacSimplification of syntax
2015-08-21 CryptoManiacNew constructor for block header class
2015-08-21 CryptoManiacCOutPoint class, coinbase/coinstake properties
2015-08-21 CryptoManiacCopy constructors for block, block header and hash...
2015-08-20 CryptoManiacVirtual to abstract
2015-08-20 CryptoManiacUse getters instead of Satoshi-style access methods
2015-08-20 CryptoManiacSolver bug fixes
2015-08-20 CryptoManiacremove setter
2015-08-20 CryptoManiacWe're at little-endian only
2015-08-19 CryptoManiacScrypt hashing is working now
2015-08-19 CryptoManiacSalsa20 + wrapper stub
2015-08-17 CryptoManiacCorrect coinbase handling
2015-08-17 CryptoManiacNew interop methods, ToString() implementation for...
2015-08-16 CryptoManiacVarInt class, TxIn/TXOut/Tx serializarion, some CKey...
2015-08-15 CryptoManiacImplement some CScript functionality