Module sp_core::sr25519::vrf

source ·
Expand description

Schnorrkel VRF related types and operations.

Structs

  • VRF output type suitable for schnorrkel operations.
  • VRF proof type suitable for schnorrkel operations.
  • VRF input ready to be used for VRF sign and verify operations.
  • VRF signature data
  • Transcript ready to be used for VRF related operations.

Type Definitions