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

remove MIRACL Core backend #170

Closed etan-status closed 5 months ago

etan-status commented 5 months ago

EIP-4844 requires BLST via nim-kzg4844; MIRACL Core is not supported. Furthermore, BLST now has fallback for generic CPU architectures. Therefore, remove support for the MIRACL Core backend.