TrimArray() simplification
[NovacoinLibrary.git] / Novacoin / Interop.cs
2015-09-16 CryptoManiacTrimArray() simplification master
2015-09-06 CryptoManiacWorking on Reorganize implementation.
2015-09-03 CryptoManiacChain trust score computation.
2015-09-01 CryptoManiacComplete implementation of uint256 and uint160 classes.
2015-08-31 CryptoManiacBlock and transaction verifications
2015-08-30 CryptoManiacTransaction script verification, unserealize exceptions
2015-08-27 CryptoManiacUse code contracts.
2015-08-27 CryptoManiacLEBytes() and ToUInt32Array now are private members...
2015-08-24 CryptoManiacCScript: implement new AddRawData method, allow RemoveI...
2015-08-24 CryptoManiacAppend big-endian value with zeros if its size is less...
2015-08-24 CryptoManiacGet rid of HexToList and HexToEnumerable functions
2015-08-23 CryptoManiacUse byte[] instead of IEnumerable<byte> if possible
2015-08-23 CryptoManiacAdd license header.
2015-08-21 CryptoManiacSigHash tests
2015-08-20 CryptoManiacUse temporary array, just to avoid the possibility...
2015-08-20 CryptoManiacWe're at little-endian only
2015-08-19 CryptoManiacMove PBKDF2 to new module, add some new Interop methods
2015-08-19 CryptoManiacAdd 3rd-party PBKDF2 implementation
2015-08-19 CryptoManiacSalsa20 + wrapper stub
2015-08-18 CryptoManiacRemove unnecessary usings, rewrite pubkey serialization...
2015-08-17 CryptoManiacNew interop methods, ToString() implementation for...
2015-08-16 CryptoManiacInterop fixes
2015-08-16 CryptoManiacCTxIn and CTxOut constructors, some interoperability...
2015-08-16 CryptoManiacVarInt class, TxIn/TXOut/Tx serializarion, some CKey...