* rsa-sec-decrypt.c (rsa_sec_decrypt): New function.
Fixed length side-channel silent version of rsa-decrypt.
- * testsuite/rsa-encrypt-test.c: add tests for the new fucntion.
+ * testsuite/rsa-encrypt-test.c: add tests for the new function.
* testsuite/pkcs1-sec-decrypt-test.c: Adds tests for
_pkcs1_sec_decrypt.
* testsuite/cbc-test.c (test_cbc_bulk): Use aes_set_encrypt_key
and aes_set_decrypt_key.
- * sparc/aes.asm (_aes_crypt): Use symbolic names for the fucntion
+ * sparc/aes.asm (_aes_crypt): Use symbolic names for the function
arguments.
2002-02-14 Niels Möller <nisse@cuckoo.hack.org>
/* Encodes a string in one go, including any padding at the end.
* Generates exactly BASE64_ENCODE_RAW_LENGTH(length) bytes of output.
* Supports overlapped operation, if src <= dst. FIXME: Use of overlap
- * is deprecated, if needed there should be a separate public fucntion
+ * is deprecated, if needed there should be a separate public function
* to do that.*/
void
base64_encode_raw(char *dst, size_t length, const uint8_t *src);