Remove RIPEMD160, SHA1 and SHA256 classes.
[NovacoinLibrary.git] / Novacoin / ScryptHash256.cs
2015-09-01 CryptoManiacComplete implementation of uint256 and uint160 classes.
2015-08-27 CryptoManiacLEBytes() and ToUInt32Array now are private members...
2015-08-23 CryptoManiacComments
2015-08-23 CryptoManiacUse BouncyCastle hashing functions
2015-08-23 CryptoManiacMerkle tree computation
2015-08-23 CryptoManiacUse byte[] instead of IEnumerable<byte> if possible
2015-08-23 CryptoManiacAdd license header.
2015-08-21 CryptoManiacSimplification of syntax
2015-08-21 CryptoManiacCopy constructors for block, block header and hash...
2015-08-20 CryptoManiacSolver bug fixes
2015-08-19 CryptoManiacMove PBKDF2 to new module, add some new Interop methods
2015-08-19 CryptoManiacScrypt hashing is working now
2015-08-19 CryptoManiacAdd 3rd-party PBKDF2 implementation
2015-08-19 CryptoManiacSalsa20 + wrapper stub