paulmillr / noble-curves

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

Support of minimised signature size for BLS12-381 #64

Closed DandelionNet closed 10 months ago

DandelionNet commented 1 year ago

Will there be support for the variant of BLS with minimal signature size?

paulmillr commented 1 year ago

yeah, if someone contributes it

terrysu64 commented 1 year ago

@paulmillr Do you have any recommended resources for reading up on the underlying math and implementation?

paulmillr commented 1 year ago

first 100 lines of https://github.com/paulmillr/noble-curves/blob/476e75104fa685827dd3cff81e95742e30017650/src/bls12-381.ts

https://github.com/paulmillr/noble-curves#resources

terrysu64 commented 1 year ago

Thanks! Will take a look.