Trait crypt_guard::KyberSizeVariant

source ·
pub trait KyberSizeVariant {
    // Required method
    fn variant() -> KyberVariant;
}
Expand description

Trait to specify Kyber size variants.

Required Methods§

source

fn variant() -> KyberVariant

Returns the Kyber variant.

Object Safety§

This trait is not object safe.

Implementors§