constantine/bindings_generators
Mamy Ratsimbazafy 151f284da6
Add C API for BN254 snarks
2023-06-08 22:13:31 +02:00
..
README.md C API for Ethereum BLS signatures (#228) 2023-04-18 22:02:23 +02:00
constantine_bls12_381.nim Add C API for BN254 snarks 2023-06-08 22:13:31 +02:00
constantine_bn254_snarks.nim Add C API for BN254 snarks 2023-06-08 22:13:31 +02:00
constantine_pasta.nim Pasta / Halo2 MSM bench (#243) 2023-06-04 17:41:54 +02:00
gen_bindings.nim Rework assembly to be compatible with LTO (#231) 2023-04-26 06:58:31 +02:00
gen_header.nim Pasta / Halo2 MSM bench (#243) 2023-06-04 17:41:54 +02:00

README.md

Bindings generator

This folder holds the bindings generators for Constantine.

To create a new build, download install the Nim programming language, navigate to Constantine's root folder and call nimble bindings.

Headers will be placed in "include" folder and static and dynamic libraries in "lib"