Douglas Bakkum
Douglas Bakkum
On a related note, the README file shows a `totalKbToSendMax` value returned by `/v1/balance` > /v1/balance/: Get Wallet's balance > totalKbToSendMax: An estimation of the number of KiB required to...
As a side note to PR #337, is there a security risk for using the wNAF algorithm (i.e. `secp256k1_ecmult_const()`) for signing? This would eliminate the need for the large precomputed...
Thank you for the detailed reply. > In verify; Changing to 2x secp256k1_ecmult_const() is a 2.36x slowdown on my laptop-- does your version pass the tests? Yes, it passes the...