Struct recrypt::api::RandomBytes[]

pub struct RandomBytes<T: CryptoRng + RngCore> { /* fields omitted */ }

Methods

impl<CR: CryptoRng + RngCore> RandomBytes<CR>

Trait Implementations

impl Default for RandomBytes<ThreadRng>

Returns the "default value" for a type. Read more

impl<CR: CryptoRng + RngCore> RandomBytesGen for RandomBytes<CR>

Auto Trait Implementations

impl<T> Send for RandomBytes<T> where
    T: Send

impl<T> Sync for RandomBytes<T> where
    T: Sync