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

blst: bump #155

Closed arnetheduck closed 1 year ago

arnetheduck commented 1 year ago

runtime cpu detection and assortment of fixes

zah commented 1 year ago

Is this based on building this unmerged branch in BLST? https://github.com/supranational/blst/pull/174

arnetheduck commented 1 year ago

this is current master - that PR is debating the fine points of jumping vs indirect calls which .. in the grand scheme of things matter little since the jump itself takes up such a small part of the full computation - we can do another bump when they're done debating it