mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
1. ChaCha20, two-key 3DES and DES-X encrypted OpenSSL PEM files 2. AES-GCM and Chacha20+Poly1305 encrypted SSH keys * OpenSSH uses a slightly different algorithm for its `chacha20-poly1305@openssh.com` than defined in the RFC. Therefore add an `openssh_compat` flag to `chacha20poly1305_state`. * Add the option to give a 16byte IV and no counter, when calling `chacha20poly1305_memory()` * Add support for DES-X Signed-off-by: Steffen Jaeckel <s@jaeckel.eu> |
||
|---|---|---|
| .. | ||
| etc | ||
| rsa-testvectors | ||
| base64_tv.txt | ||
| ccm_tv.txt | ||
| cipher_tv.txt | ||
| eax_tv.txt | ||
| ecc_tv.txt | ||
| gcm_tv.txt | ||
| hash_tv.txt | ||
| hashsum_tv.txt | ||
| hmac_tv.txt | ||
| lrw_tv.txt | ||
| ocb3_tv.txt | ||
| ocb_tv.txt | ||
| omac_tv.txt | ||
| pmac_tv.txt | ||
| tech0001.txt | ||
| tech0002.txt | ||
| tech0003.txt | ||
| tech0004.txt | ||
| tech0005.txt | ||
| tech0006.txt | ||
| tech0007.txt | ||