pub fn parse_keypair(
input: &str,
) -> Result<(SigningKey<SigningKey>, VerifyingKey), Error>
Expand description
Parses a SigningKey / VerifyingKey from a byte slice in the format that Nix uses.
pub fn parse_keypair(
input: &str,
) -> Result<(SigningKey<SigningKey>, VerifyingKey), Error>
Parses a SigningKey / VerifyingKey from a byte slice in the format that Nix uses.