Trait snarkvm_dpc::traits::encoded::EncodedRecordScheme[][src]

Associated Types

The group is composed of base field elements in Self::InnerField.

The inner field is equivalent to the base field in Self::Group.

The outer field is unrelated to Self::Group and Self::InnerField.

Associated Constants

This is the bitsize of the scalar field modulus in Self::Group.

This is the bitsize of the base field modulus in Self::Group and equivalent to Self::InnerField.

This is the bitsize of the field modulus in Self::OuterField.

This is the bitsize of each data ciphertext element serialized by this struct. Represents a standard unit for packing bits into data elements for storage.

This is the bitsize of each payload ciphertext element serialized by this struct. Represents a standard unit for packing the payload into data elements for storage.

Required methods

Implementors