Struct milagro_crypto::randapi::Random [] [src]

pub struct Random {
    pub rng: csprng,
}

Fields

Methods

impl Random
[src]

Trait Implementations

impl Drop for Random
[src]

A method called when the value goes out of scope. Read more