mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Further overhaul of package line comments.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
|
||||
/*
|
||||
package aead implements a generic interface to Authenticated Encryption with Associated Data algorithms.
|
||||
A generic interface to Authenticated Encryption with Associated Data (`AEAD`) 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,
|
||||
|
||||
Reference in New Issue
Block a user