Skip to main content

OprfParameters

Trait OprfParameters 

Source
pub trait OprfParameters: GroupDigest<ExpandMsg: ExpandMsg<Self::SecurityLevel, Hash: Default + FixedOutput<OutputSize: IsLess<U65536, Output = True>> + Update>> + PrimeCurve {
    const ID: &'static [u8];
}
Expand description

Elliptic curve parameters used by OPRF.

Required Associated Constants§

Source

const ID: &'static [u8]

The ID parameter which identifies a particular elliptic curve as defined in section 4 of RFC9497.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§