[][src]Function exonum_keys::read_keys_from_file

pub fn read_keys_from_file<P: AsRef<Path>, W: AsRef<[u8]>>(
    path: P,
    pass_phrase: W
) -> Result<Keys, Error>

Reads encrypted master key from file and generate validator keys from it.