Added deterministic k + test vectors from Bitcore

This commit is contained in:
bip32jp
2015-01-02 01:09:55 +09:00
parent 432d828af1
commit e233a4dcb2
4 changed files with 126 additions and 4 deletions
+1
View File
@@ -16,6 +16,7 @@ Coinb.in supports a number of key features such as:
- Ability to decode transactions, redeem scripts and more offline.
- Build custom transactions offline.
- Sign transactions offline.
- Signatures are deterministic as per RFC 6979 (https://tools.ietf.org/html/rfc6979#section-3.2)
- Broadcast transactions.
- nLockTime support.
- Add custom data to transactions with the use of OP_RETURN.