Module spl_pod::optional_keys

source ·
Expand description

Optional pubkeys that can be used a Pods

Structs

  • An ElGamalPubkey that encodes None as all 0, meant to be usable as a Pod type.
  • A Pubkey that encodes None as all 0, meant to be usable as a Pod type, similar to all NonZero* number types from the bytemuck library.