Validates that the R and S parameters on a DER buffer are correct For explanation on R,S https://bitcoin.stackexchange.com/questions/38351/ecdsa-v-r-s-what-is-v For explanation on the DER format https://bitcoin.stackexchange.com/questions/92680/what-are-the-der-signature-and-sec-format#:~:text=The%20Distinguished%20Encoding%20Rules%20(DER,numbers%20(r%2Cs)%20. For examples on conversion https://github.com/EOSIO/eosio-java/blob/dd0dbd2e6e15a5ac799de40c633126b90e82116e/eosiojava/src/main/java/one/block/eosiojava/utilities/EOSFormatter.java#L449
Generated using TypeDoc
Description
Validates that the R and S parameters on a DER buffer are correct For explanation on R,S https://bitcoin.stackexchange.com/questions/38351/ecdsa-v-r-s-what-is-v For explanation on the DER format https://bitcoin.stackexchange.com/questions/92680/what-are-the-der-signature-and-sec-format#:~:text=The%20Distinguished%20Encoding%20Rules%20(DER,numbers%20(r%2Cs)%20. For examples on conversion https://github.com/EOSIO/eosio-java/blob/dd0dbd2e6e15a5ac799de40c633126b90e82116e/eosiojava/src/main/java/one/block/eosiojava/utilities/EOSFormatter.java#L449