about summary refs log tree commit diff
path: root/tvix/nix-compat/src/narinfo/public_keys.rs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-28 r/7083 feat(nix-compat/narinfo): add PubKeyFlorian Klink1-0/+117
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 `:`. Change-Id: I9ab4b3e0e5821805ea6faf2499626630fc5a3f0a Reviewed-on: https://cl.tvl.fyi/c/depot/+/10150 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI