pub trait Generator { fn generate(&mut self) -> KeyPair; }
Generates new keypair.
Should be called to generate new keypair.