Class Groth16VerificationKey
- Namespace
- Aptos
- Assembly
- Aptos.dll
public class Groth16VerificationKey
- Inheritance
-
Groth16VerificationKey
- Inherited Members
-
Constructors
Groth16VerificationKey(G1Bytes, G2Bytes, G2Bytes, G1Bytes[], G2Bytes)
public Groth16VerificationKey(G1Bytes alphaG1, G2Bytes betaG2, G2Bytes deltaG2, G1Bytes[] gammaAbcG1, G2Bytes gammaG2)
Parameters
alphaG1
G1Bytes
betaG2
G2Bytes
deltaG2
G2Bytes
gammaAbcG1
G1Bytes[]
gammaG2
G2Bytes
Fields
AlphaG1
[JsonProperty("alpha_g1")]
public readonly G1Bytes AlphaG1
Field Value
- G1Bytes
BetaG2
[JsonProperty("beta_g2")]
public readonly G2Bytes BetaG2
Field Value
- G2Bytes
DeltaG2
[JsonProperty("delta_g2")]
public readonly G2Bytes DeltaG2
Field Value
- G2Bytes
GammaAbcG1
[JsonProperty("gamma_abc_g1")]
public readonly G1Bytes[] GammaAbcG1
Field Value
- G1Bytes[]
GammeG2
[JsonProperty("gamma_g2")]
public readonly G2Bytes GammeG2
Field Value
- G2Bytes