Struct ethkey::Random[][src]

pub struct Random;

Randomly generates new keypair, instantiating the RNG each time.

Trait Implementations

impl Generator for Random
[src]

Should be called to generate new keypair.

Auto Trait Implementations

impl Send for Random

impl Sync for Random