Function ssb_keyfile::read[][src]

pub fn read<R: Read>(r: R) -> Result<Keypair, KeyFileError>
Expand description

Read and parse the key file from the given Read stream. May read more bytes than absolutely necessary.