Struct nettle::random::Yarrow[][src]

pub struct Yarrow { /* fields omitted */ }
Expand description

Yarrow is a secure CRNG developed by Kelsey et.al.

Default instances are seeded using OsRng.

Implementations

Create a new CRNG instance for seed.

Trait Implementations

Returns the “default value” for a type. Read more

Returns a pointer to the opaque CRNG state.

Fills the buffer dst with length random bytes, advancing the CRNG state ctx.

Fills the buffer random with random bytes.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.