Document SignatureHash and EvalScript methods, a little refactoring of hashing instru...
[NovacoinLibrary.git] / Novacoin / ScriptCode.cs
2015-08-22 CryptoManiacDocument SignatureHash and EvalScript methods, a little...
2015-08-22 CryptoManiacUse length instead of last element value
2015-08-22 CryptoManiacSimplify OP_SMALLINTEGER checking
2015-08-22 CryptoManiacCheckSig implementation
2015-08-22 CryptoManiacAllow encoding/decoding for -1, rename opcodetype to...
2015-08-22 CryptoManiacRemove if block of checking disabled opcodes
2015-08-22 CryptoManiacEvaluateScript and IsCanonicalPubKey implementation...
2015-08-21 CryptoManiacStack machine helpers
2015-08-21 CryptoManiacStack machine helpers
2015-08-21 CryptoManiacGeneric class was a bit excessive for our purposes
2015-08-21 CryptoManiacSigHash tests
2015-08-21 CryptoManiacSignatureHash
2015-08-20 CryptoManiacUse getters instead of Satoshi-style access methods
2015-08-20 CryptoManiacUse getters instead of Satoshi-style access methods
2015-08-20 CryptoManiacSolver bug fixes
2015-08-20 CryptoManiacScriptSigArgsExpected, IsStandard
2015-08-20 CryptoManiacRenaming ScriptOpcode to ScriptCode, addition of script...