Registry / crypto / consensys-gnark-crypto

consensys-gnark-crypto

JSON →
library0.20.1gogounverified

Package gnark-crypto provides cryptographic primitives for zero-knowledge proofs, including elliptic curves and hash functions.

go get github.com/consensys/gnark-crypto
INSTALL
IMPORT
SIG · CONSENSYS-GNARK-CR
C
consensys-gnark-crypto
cryptogov0.20.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gnarkcrypto
github.com/consensys/gnark-crypto

Use the BN254 elliptic curve for cryptographic operations.

package main import ( "fmt" "github.com/consensys/gnark-crypto/ecc/bn254" ) func main() { g1 := bn254.G1Affine{} fmt.Println(g1) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.20.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
consensys-gnark-crypto — go get consensys-gnark-crypto · libregistry