Function nix_compat::narinfo::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.