aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/aead
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 16:11:33 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 16:11:33 +0200
commit248b0fe9e155e1a00a04cb7b1fc687601d401d7c (patch)
treee9415d31f1da14a1f8453790ce4c130aca06ecfc /core/crypto/aead
parentaf189b45f37dcb01ba37230f6a04bcf5260b2a48 (diff)
More package lines
Diffstat (limited to 'core/crypto/aead')
-rw-r--r--core/crypto/aead/doc.odin6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/crypto/aead/doc.odin b/core/crypto/aead/doc.odin
index 93be674a0..687b4deae 100644
--- a/core/crypto/aead/doc.odin
+++ b/core/crypto/aead/doc.odin
@@ -1,6 +1,6 @@
+
/*
-package aead provides a generic interface to the supported Authenticated
-Encryption with Associated Data algorithms.
+package aead implements a generic interface to Authenticated Encryption with Associated Data algorithms.
Both a one-shot and context based interface are provided, with similar
usage. If multiple messages are to be sealed/opened via the same key,
@@ -54,4 +54,4 @@ Example:
assert(bytes.equal(opened_pt, plaintext))
}
*/
-package aead
+package aead \ No newline at end of file