feat: implement hash related primops

This commit is contained in:
2026-02-15 18:16:50 +08:00
parent 7836f8c869
commit 5c48e5cfdd
7 changed files with 173 additions and 30 deletions

View File

@@ -37,7 +37,7 @@ deno_error = "0.7"
nix-nar = "0.3"
sha2 = "0.10"
sha1 = "0.10"
md5 = "0.7"
md5 = "0.8"
hex = "0.4"
base64 = "0.22"