Module solana_zk_token_sdk::encryption::pedersen

source ·
Expand description

Pedersen commitment implementation using the Ristretto prime-order group.

Structs§

  • Pedersen base point for encoding messages to be committed.
  • Pedersen base point for encoding the commitment openings.
  • Algorithm handle for the Pedersen commitment scheme.
  • Pedersen commitment type.
  • Pedersen opening type.