[][src]Function exonum_keys::generate_keys

pub fn generate_keys<P: AsRef<Path>>(
    path: P,
    passphrase: &[u8]
) -> Result<Keys, Error>

Creates a TOML file that contains encrypted master and returns Keys derived from it.