Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProvingSystemIdToString ¶ added in v0.1.2
func ProvingSystemIdToString(provingSystem ProvingSystemId) (string, error)
Types ¶
type ProvingSystemId ¶
type ProvingSystemId uint16
const ( GnarkPlonkBls12_381 ProvingSystemId = iota GnarkPlonkBn254 Groth16Bn254 SP1 Halo2KZG Halo2IPA )
func ProvingSystemIdFromString ¶ added in v0.1.2
func ProvingSystemIdFromString(provingSystem string) (ProvingSystemId, error)
func (ProvingSystemId) MarshalJSON ¶ added in v0.1.2
func (t ProvingSystemId) MarshalJSON() ([]byte, error)
func (*ProvingSystemId) String ¶ added in v0.1.2
func (t *ProvingSystemId) String() string
func (*ProvingSystemId) UnmarshalJSON ¶ added in v0.1.2
func (t *ProvingSystemId) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.