Trait snarkvm_dpc::testnet2::Testnet2Components[][src]

Expand description

Trait that stores information about the testnet2 DPC scheme.

Associated Types

Ledger digest type.

Group and Model Parameters for record encryption

SNARK for non-proof-verification checks

SNARK Verifier gadget for the inner snark

SNARK for proof-verification checks

SNARK for the no-op “always-accept” that does nothing with its input.

SNARK Verifier gadget for the no-op “always-accept” that does nothing with its input.

Polynomial commitment scheme for Program SNARKS using Marlin.

Fiat Shamir RNG scheme used for Marlin SNARKS.

Specify the Marlin mode (recursive or non-recursive) for program SNARKS.

Implementors