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

simplify C export #144

Closed arnetheduck closed 2 years ago

arnetheduck commented 2 years ago

Instead of exporting Nim functions that call the C header functions, create a tiny C module that does the same thing - this simplifies getting the #include's right and works with nlvm