status-im / nim-blscurve

Nim implementation of BLS signature scheme (Boneh-Lynn-Shacham) over Barreto-Lynn-Scott (BLS) curve BLS12-381
Apache License 2.0
26 stars 11 forks source link

Update BLST #132

Closed mratsim closed 2 years ago

mratsim commented 2 years ago

For faster deserialization from https://github.com/supranational/blst/commit/a3819535bb9ccd0ecee7bb16121165759efb41ae and https://github.com/supranational/blst/commit/b546b0106dc28ac912c193dd97872edbaf1977c3

BLST says it's 19% (G1) and 6% (G2), while the Scott paper estimate at x2 and x4 speed.