diff --git a/groth16.nim b/groth16.nim index ccccf16..cc12d55 100644 --- a/groth16.nim +++ b/groth16.nim @@ -1,12 +1,13 @@ import pkg/results +import pkg/bn128 import pkg/groth16 import pkg/witness import pkg/zkey import pkg/zkey_types import pkg/export_json -export groth16, witness, zkey, zkey_types, export_json +export groth16, witness, zkey, zkey_types, export_json, bn128 #-------------------------------------------------------------------------------