From 11a6fb0fed699a4028bcd454c0f175ca01607a68 Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Sat, 18 Jul 2026 18:31:32 -0400 Subject: [crypto] Add siphash --- crypto/hash/hash.tnsl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 crypto/hash/hash.tnsl (limited to 'crypto/hash/hash.tnsl') diff --git a/crypto/hash/hash.tnsl b/crypto/hash/hash.tnsl new file mode 100644 index 0000000..2c3241a --- /dev/null +++ b/crypto/hash/hash.tnsl @@ -0,0 +1,5 @@ + +/; module hash + import "siphash.tnsl" +;/ + -- cgit v1.2.3