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

fix ASM for 32-bit Linux #110

Closed stefantalpalaru closed 3 years ago

stefantalpalaru commented 3 years ago

(failed at decompression of some stuff)

It fails because those Mingw archive names were changed on the Nim site: https://nim-lang.org/install_windows.html

stefantalpalaru commented 3 years ago

The better fix can come in a new PR instead of blocking this one.