solana_zk_token_sdk::encryption

Module pedersen

Source
Expand description

Pedersen commitment implementation using the Ristretto prime-order group.

Structsยง

G
Pedersen base point for encoding messages to be committed.
H
Pedersen base point for encoding the commitment openings.
Pedersen
Algorithm handle for the Pedersen commitment scheme.
PedersenCommitment
Pedersen commitment type.
PedersenOpening
Pedersen opening type.