CScript.SetNullDestination
[NovacoinLibrary.git] / Novacoin / Interop.cs
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...