Remove RIPEMD160, SHA1 and SHA256 classes.
[NovacoinLibrary.git] / Novacoin / Hash256.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...
2015-08-21 CryptoManiacSimplification of syntax
2015-08-21 CryptoManiacNew constructor for block header class
2015-08-21 CryptoManiacCopy constructors for block, block header and hash...
2015-08-20 CryptoManiacSolver bug fixes
2015-08-16 CryptoManiacVarInt class, TxIn/TXOut/Tx serializarion, some CKey...
2015-08-15 CryptoManiacImplement some CScript functionality
2015-08-15 CryptoManiacDon't expose generic List and use IList instead
2015-08-14 CryptoManiacUse List wrapper instead of Enumerator
2015-08-06 CryptoManiacInit some fields, add ToString() for Hash160 and Hash25...
2015-08-06 CryptoManiacInitial commit