mirror of
https://github.com/luxfi/crypto.git
synced 2026-07-27 01:54:50 +00:00
18 lines
392 B
AMPL
18 lines
392 B
AMPL
module github.com/luxfi/crypto/ipa
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/consensys/gnark-crypto v0.12.1
|
|
github.com/leanovate/gopter v0.2.9
|
|
golang.org/x/sync v0.1.0
|
|
golang.org/x/sys v0.15.0
|
|
)
|
|
|
|
require (
|
|
github.com/bits-and-blooms/bitset v1.7.0 // indirect
|
|
github.com/consensys/bavard v0.1.13 // indirect
|
|
github.com/mmcloughlin/addchain v0.4.0 // indirect
|
|
rsc.io/tmplfunc v0.0.3 // indirect
|
|
)
|