Remove Hash, Hash256, Hash160 and ScryptHash256 classes.
[NovacoinLibrary.git] / Novacoin / AddressTools.cs
2015-09-02 CryptoManiacRemove Hash, Hash256, Hash160 and ScryptHash256 classes.
2015-08-27 CryptoManiacUse code contracts.
2015-08-27 CryptoManiacUse implicit type casting operator for serialization.
2015-08-23 CryptoManiacUse byte[] instead of IEnumerable<byte> if possible
2015-08-23 CryptoManiacAdd license header.
2015-08-18 CryptoManiacReplace base58 implementation, add new key tests
2015-08-18 CryptoManiacAddress deserialization support
2015-08-18 CryptoManiacCorrect checksum computation
2015-08-18 CryptoManiacNovacoin address generation