Scrypt hashing is working now
[NovacoinLibrary.git] / NovacoinTest / Program.cs
2015-08-19 CryptoManiacScrypt hashing is working now
2015-08-19 CryptoManiacSalsa20 + wrapper stub
2015-08-19 CryptoManiacCompressed privkey decoding tests
2015-08-19 CryptoManiacCorrect sign byte handling
2015-08-18 CryptoManiacReplace base58 implementation, add new key tests
2015-08-18 CryptoManiacAddress deserialization support
2015-08-18 CryptoManiacAdditional CNovacoinAddress verification.
2015-08-18 CryptoManiacCorrect checksum computation
2015-08-18 CryptoManiacNovacoin address generation
2015-08-18 CryptoManiacRemove unnecessary usings, rewrite pubkey serialization...
2015-08-17 CryptoManiacRemove CKey, add signature verification support to...
2015-08-17 CryptoManiacCKeyPair.Verify() implementation and testing
2015-08-17 CryptoManiacAdd CKeyPair.Sign() implementation
2015-08-17 CryptoManiacAdd CKeyPair basic implementation & test
2015-08-17 CryptoManiacAdditional test
2015-08-17 CryptoManiacBlock parse examples
2015-08-17 CryptoManiacCorrect coinbase handling
2015-08-17 CryptoManiacNew interop methods, ToString() implementation for...