Module nix_compat::narinfo::verifying_keys

source ·
Expand description

This module defines data structures and parsers for the public key format used inside Nix to verify signatures on .narinfo files.

Structs§

  • This represents a ed25519 public key and “name”. These are normally passed in the trusted-public-keys Nix config option, and consist of a name and base64-encoded ed25519 pubkey, separated by a :.

Enums§