Crate tink_prf

source ·
Expand description

This crate provides implementations of the tink_core::Prf primitive.

Modules

  • Provides subtle implementations of the tink_core::Prf primitive.

Structs

  • Set is a set of PRFs. A Keyset can be converted into a set of PRFs using this primitive. Every key in the keyset corresponds to a PRF in the prf.Set. Every PRF in the set is given an ID, which is the same ID as the key id in the Keyset.

Constants

Functions