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/crypto.tnsl | |
| parent | f56c11b48ac6ef65622d38da2d8d8ff04dd4049d (diff) | |
Diffstat (limited to 'crypto/crypto.tnsl')
| -rw-r--r-- | crypto/crypto.tnsl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/crypto.tnsl b/crypto/crypto.tnsl new file mode 100644 index 0000000..f7c0ed9 --- /dev/null +++ b/crypto/crypto.tnsl @@ -0,0 +1,5 @@ + +/; module crypto + import "hash/hash.tnsl" +;/ + |