Scrypt hashing is working now
[NovacoinLibrary.git] / Novacoin / Novacoin.csproj
2015-08-19 CryptoManiacScrypt hashing is working now
2015-08-19 CryptoManiacAdd 3rd-party PBKDF2 implementation
2015-08-19 CryptoManiacSalsa20 + wrapper stub
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 CryptoManiacAdd CKeyPair basic implementation & test
2015-08-16 CryptoManiacVarInt class, TxIn/TXOut/Tx serializarion, some CKey...
2015-08-15 CryptoManiacGetSigOpCount, SetDestination, SetMultiSig + new stubs
2015-08-15 CryptoManiacImplement some CScript functionality
2015-08-14 CryptoManiacUse List wrapper instead of Enumerator
2015-08-06 CryptoManiacSplit static functions off to separate class;
2015-08-06 CryptoManiacInit some fields, add ToString() for Hash160 and Hash25...
2015-08-06 CryptoManiacInitial commit