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

Use correct header file for `blst_aux` ABI #179

Closed etan-status closed 2 months ago

etan-status commented 2 months ago

The functions in blst_aux_abi.nim require blst_aux.h not blst.h.