Expand description
Provides the implementation for ADVZ VID scheme
Structsยง
- ADVZ
Scheme - Newtype wrapper for a VID scheme type that impls
[
VidScheme
], [PayloadProver
], [Precomputable
]. - KZG_SRS ๐
- SRS comment
- Large
Range Proof Type - Newtype wrapper for a large payload range proof.
- MEMOIZED_
MAPPING_ ๐ADVZ_ SCHEME - Small
Range Proof Type - Newtype wrapper for a small payload range proof.
Functionsยง
- advz_
scheme - memoized_
flush_ advz_ scheme - memoized_
original_ advz_ scheme - VID scheme constructor.
- stmt_
conversion ๐ - Convert a [
Statement<'_, VidSchemeType>
] to a [Statement<'_, Advz>
]. - vid_
disperse_ ๐conversion - Convert a [
VidDisperse<Advz>
] to a [VidDisperse<VidSchemeType>
].
Type Aliasesยง
- ADVZ
Commitment - VID commitment type
- ADVZ
Common - VID common type
- ADVZ
Share - VID share type
- Advz ๐
- Internal Jellyfish VID scheme
- E ๐
- Private type alias for the EC pairing type parameter for
Advz
. - H ๐
- Private type alias for the hash type parameter for
Advz
.