paulmillr / noble-curves

Audited & minimal JS implementation of elliptic curve cryptography.
https://paulmillr.com/noble
MIT License
623 stars 56 forks source link

Signature #37

Closed SpangBit closed 1 year ago

SpangBit commented 1 year ago

Hello, is signature compressed ? Comparing with Java BLS implementation, receiving different signatures with the same input.

paulmillr commented 1 year ago

yeah. https://github.com/paulmillr/noble-curves/tree/main/test/bls12-381 directory has plenty of test vectors that are cross-tested against killic and other libraries.

SpangBit commented 1 year ago

thank you