hacspec_lib::seq

Trait ByteTrait

Source
pub trait ByteTrait {
    // Required method
    fn declassify(self) -> u8;
}

Required Methods§

Source

fn declassify(self) -> u8

Implementations on Foreign Types§

Source§

impl ByteTrait for u8

Implementors§