mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-12 22:31:25 -07:00
More package lines
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user