Remove RIPEMD160, SHA1 and SHA256 classes.
[NovacoinLibrary.git] / Novacoin / Novacoin.csproj
2015-09-02 CryptoManiacRemove RIPEMD160, SHA1 and SHA256 classes.
2015-09-01 CryptoManiacstubs for uint256/uint160
2015-08-31 CryptoManiacReplace ByteQueue with its simplified version, Instruct...
2015-08-31 CryptoManiacTurn ByteQueue into MemoryStream wrapper, use MemoryStr...
2015-08-31 CryptoManiacBlock serialization + copile error fixes.
2015-08-31 CryptoManiacBlock and transaction verifications
2015-08-29 CryptoManiacScriptCode: fix stack depth precondition and add prepro...
2015-08-28 CryptoManiacAdd SQLiteNetExtensions and its dependencies.
2015-08-28 CryptoManiacInitial implementation of CBlockStore.
2015-08-27 CryptoManiacCodeContractsReferenceAssembly=Build, fix typo in metho...
2015-08-27 CryptoManiacUse code contracts.
2015-08-27 CryptoManiacImplement CKeyPool functionality as a part of CKeyStore...
2015-08-25 CryptoManiacSimplest implementation of CKeyStore
2015-08-25 CryptoManiacCKeyPool stub
2015-08-24 CryptoManiacAdd CKeyStore stub
2015-08-22 CryptoManiacEvaluateScript and IsCanonicalPubKey implementation...
2015-08-21 CryptoManiacRemove VarStr, for now
2015-08-21 CryptoManiacCOutPoint class, coinbase/coinstake properties
2015-08-20 CryptoManiacRenaming ScriptOpcode to ScriptCode, addition of script...
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
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