Add license header.
[NovacoinLibrary.git] / Novacoin / CKeyPair.cs
2015-08-23 CryptoManiacAdd license header.
2015-08-22 CryptoManiacUse NONEwithECDSA signer
2015-08-22 CryptoManiacCheckSig implementation
2015-08-20 CryptoManiacUse getters instead of Satoshi-style access methods
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 CryptoManiacPublic key compression
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