diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 16:11:33 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 16:11:33 +0200 |
| commit | 248b0fe9e155e1a00a04cb7b1fc687601d401d7c (patch) | |
| tree | e9415d31f1da14a1f8453790ce4c130aca06ecfc /core/crypto/crypto.odin | |
| parent | af189b45f37dcb01ba37230f6a04bcf5260b2a48 (diff) | |
More package lines
Diffstat (limited to 'core/crypto/crypto.odin')
| -rw-r--r-- | core/crypto/crypto.odin | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/crypto/crypto.odin b/core/crypto/crypto.odin index 323cc45d6..52ccb00de 100644 --- a/core/crypto/crypto.odin +++ b/core/crypto/crypto.odin @@ -1,7 +1,4 @@ -/* -package crypto implements a selection of cryptography algorithms and useful -helper routines. -*/ +// package crypto implements a selection of cryptography algorithms and useful helper routines. package crypto import "base:runtime" |