mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
* Rename `siv_{en,de}crypt()` to `siv_{en,de}crypt_memory()`.
* The number of AAD components per SIV operation must not exceed 126.
* Init OMAC only once per SIV operation.
All OMAC operations start off with the same key. Instead of
re-initializing the OMAC context for each operation, init once and
store the context.
* Add SIV to timing demo.
* Add 1000-times-encrypt-then-decrypt test for SIV.
* Update docs.
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
|
||
|---|---|---|
| .. | ||
| gcm-file | ||
| aesgcm.c | ||
| CMakeLists.txt | ||
| constants.c | ||
| crypt.c | ||
| demo_dynamic.py | ||
| hashsum.c | ||
| ltc | ||
| openssh-privkey.c | ||
| openssl-enc.c | ||
| pem-info.c | ||
| sizes.c | ||
| small.c | ||
| timing.c | ||
| tv_gen.c | ||