Re: Add RSA-OAEP encryption/decryption to Nettle

2024-02-15 Thread Daiki Ueno
Hello Niels, Thank you for merging it and the suggestions. Niels Möller writes: > Thanks to the doc update, I now noticed the possibility of failure from > the encryption functions. Failure is propagated from _oaep_encode_mgf1, > which does > > assert (key_size >= 2 * hash->digest_size - 2);

Re: Add RSA-OAEP encryption/decryption to Nettle

2024-02-15 Thread Niels Möller
Daiki Ueno writes: > Thank you; I have addressed those issues. As for the merging, I think > it is ready now. Thanks, merged. Thanks to the doc update, I now noticed the possibility of failure from the encryption functions. Failure is propagated from _oaep_encode_mgf1, which does assert