mirror of
https://github.com/logos-storage/nim-groth16.git
synced 2026-02-27 09:03:13 +00:00
export bn curve
This commit is contained in:
parent
7fbac0b316
commit
b38dcd0b03
@ -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
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user