Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ECVRFImpl

Fully qualified path: test4::ecvrf::ECVRFImpl

pub impl ECVRFImpl of ECVRFTrait;

Impl functions

new

Fully qualified path: test4::ecvrf::ECVRFImpl::new

fn new(pk: Point) -> ECVRF

verify

Fully qualified path: test4::ecvrf::ECVRFImpl::verify

fn verify(self: @ECVRF, proof: Proof, seed: Span<felt252>) -> Result<felt252, Error>

proof_to_hash

Fully qualified path: test4::ecvrf::ECVRFImpl::proof_to_hash

fn proof_to_hash(self: @ECVRF, proof: Proof) -> Result<felt252, Error>