Add lowS: false
flag to secp256k1.ts verify
#714
Labels
feature
New feature or request
good first issue
Good for newcomers
hacktoberfest
For the hacking month of October
As has been noted in the @web5/crypto package, support for low-s signatures is not guaranteed by major KMS providers. I have personally run into this issue when using Azure keys for signing. Requesting that the
lowS
flag be set tofalse
by default for verification of secp256k1 signatures, as it is in @web5/crypto package.The text was updated successfully, but these errors were encountered: