tvl-depot/tvix/nix-compat/src
Florian Klink 5fc737b02e feat(nix-compat/narinfo): add PubKey::verify(fp, sig)
This makes it easy for each PubKey to check if a given Signature is
correct for a given fingerprint.

Change-Id: I56e6211d133f74f390fd1ae3ae799eef12221904
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10151
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2023-11-28 16:08:59 +00:00
..
aterm feat(nix-compat/{aterm,derivation}): init parser 2023-10-16 12:23:00 +00:00
bin feat(tvix/nix-compat): add drvfmt 2023-11-07 11:27:08 +00:00
derivation refactor(tvix/nix-compat): cleanup parse_{ca,hash} and fmt structs 2023-11-22 17:54:59 +00:00
nar feat(nix-compat/nar/reader): provide passthrough buffered I/O 2023-11-19 09:53:10 +00:00
narinfo feat(nix-compat/narinfo): add PubKey::verify(fp, sig) 2023-11-28 16:08:59 +00:00
nixhash refactor(tvix/nix-compat): cleanup parse_{ca,hash} and fmt structs 2023-11-22 17:54:59 +00:00
store_path fix(tvix): ensure PartialOrd/Ord agree for StorePath & NixString 2023-11-25 15:48:46 +00:00
lib.rs feat(tvix/nix-compat): add narinfo parsing and serialisation 2023-10-27 16:08:06 +00:00
nixbase32.rs feat(nix-compat/nixbase32): use data_encoding::DecodeError 2023-11-10 19:05:36 +00:00