bitcore-lib-zcash/lib/script
Braydon Fuller d8e90685f4 Fixed script.isPublicKeyHashIn bug with variable length signatures.
- DER encoded signatures have a max length of 72 bytes, however a minimum size isn't defined.
- R and S values can have arbitrary lengths
- For more information: https://github.com/bitcoin/bips/blob/master/bip-0062.mediawiki#der-encoding
2015-05-08 22:09:42 -04:00
..
index.js Move: Script and Interpreter into subfolder 2014-12-16 21:11:36 -03:00
interpreter.js Standardize optional parameters to Closure syntax 2015-02-24 15:31:13 -03:00
script.js Fixed script.isPublicKeyHashIn bug with variable length signatures. 2015-05-08 22:09:42 -04:00