dep-libtomcrypt/demos
Steffen Jaeckel ad2696f24f Update SIV a bit
* 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>
2025-01-01 17:05:36 +01:00
..
gcm-file Add LTC_ALIGN_BUF() 2023-10-05 11:14:46 +02:00
aesgcm.c Re-work some of the demos 2024-12-11 11:09:58 +01:00
CMakeLists.txt There are no broken demos anymore 2024-12-11 11:09:58 +01:00
constants.c manually fix the remaining leading _'s 2020-07-16 10:38:33 +02:00
crypt.c Re-work some of the demos 2024-12-11 11:09:58 +01:00
demo_dynamic.py fix #469 2019-10-11 14:32:22 +02:00
hashsum.c Re-work some of the demos 2024-12-11 11:09:58 +01:00
ltc Rework demos building and installation 2024-12-05 17:23:12 +01:00
openssh-privkey.c Revert "Move password buffer into the library" 2024-08-20 13:29:27 +02:00
openssl-enc.c Re-work some of the demos 2024-12-11 11:09:58 +01:00
pem-info.c Re-work some of the demos 2024-12-11 11:09:58 +01:00
sizes.c manually fix the remaining leading _'s 2020-07-16 10:38:33 +02:00
small.c Align demo/CMakeLists.txt a bit more with with makefile_include.mk 2024-11-20 12:59:45 +01:00
timing.c Update SIV a bit 2025-01-01 17:05:36 +01:00
tv_gen.c Re-work some of the demos 2024-12-11 11:09:58 +01:00