bcrypto icon indicating copy to clipboard operation
bcrypto copied to clipboard

src/bcrypto: support nonce data in sign with secp256k1.

Open conr2d opened this issue 4 years ago • 0 comments

Add support for passing nonce data when signing with libsecp256k1.

function sign(msg, key, data) {

When data is not passed to function sign, data will have the value of undefined, so existing code will work as before.

conr2d avatar Nov 20 '20 05:11 conr2d