mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
some doco updates
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@122 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
@ -1497,7 +1497,7 @@ bigint *bi_mod_power2(BI_CTX *ctx, bigint *bi, bigint *bim, bigint *biexp)
|
||||
|
||||
#ifdef CONFIG_BIGINT_CRT
|
||||
/**
|
||||
* @Use the Chinese Remainder Theorem to quickly perform RSA decrypts.
|
||||
* @brief Use the Chinese Remainder Theorem to quickly perform RSA decrypts.
|
||||
*
|
||||
* @param ctx [in] The bigint session context.
|
||||
* @param bi [in] The bigint to perform the exp/mod.
|
||||
|
Reference in New Issue
Block a user