diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2026-07-18 18:31:32 -0400 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2026-07-18 18:31:32 -0400 |
| commit | 11a6fb0fed699a4028bcd454c0f175ca01607a68 (patch) | |
| tree | eb3ca372c8e29c3cd3cc90674e34060ba616dfe0 /crypto/hash/hash.tnsl | |
| parent | f56c11b48ac6ef65622d38da2d8d8ff04dd4049d (diff) | |
Diffstat (limited to 'crypto/hash/hash.tnsl')
| -rw-r--r-- | crypto/hash/hash.tnsl | 5 |
1 files changed, 5 insertions, 0 deletions
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" +;/ + |