Function nix_compat::narinfo::signing_keys::parse_keypair
source ยท 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.