libtomcrypt/doc
Steffen Jaeckel 07bfe77cfb Add possibility to use different hash algorithms in RSAES-OAEP
The hash algorithms used in the MGF and to create the hash of the Label
must not forcibly be the same. This change allows to use different
algorithms.

Unfortunately this breaks the API if you use one of:
* `rsa_decrypt_key_ex()`
* `rsa_encrypt_key_ex()`
* `pkcs_1_oaep_decode()`
* `pkcs_1_oaep_encode()`

The `rsa_decrypt_key()` and `rsa_encrypt_key()` macros are still the same.

Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
2024-02-18 17:03:02 +00:00
..
crypt.tex Add possibility to use different hash algorithms in RSAES-OAEP 2024-02-18 17:03:02 +00:00
Doxyfile show in SCRYPT etc. that we're on develop 2018-07-02 23:25:20 +02:00
libtomsm.png update Doxyfile 2017-07-05 14:27:05 +02:00
makefile add termdoc option to view documentation on the terminal 2017-09-20 15:06:40 +02:00