package
1.5.15
Repository: https://github.com/hyperledger/fabric-ca.git
Documentation: pkg.go.dev

# Functions

CurveByID returns the Mathlib curve that corresponds to the given CurveID.
InstanceForCurve returns an Idemix instance that uses the given CurveID.

# Constants

DefaultIdemixCurve is the curve picked by Fabric-CA at default.
FP256BN is an AMCL implementation of BN256 and its corresponding finite field.
FP256BNMiracl is another AMCL implementation of BN256 and its corresponding finite field.
Gurvy is an implementation of gnark-crypto of BN254 and its corresponding finite field.
Undefined is used to indicate that no curve has been defined.

# Variables

Curves lists all idemix curves that can be picked by Fabric-CA.

# Type aliases

CurveID defines the index of the possible idemix curves.
CurveIDs defines a collection of CurveIDs.