rsa.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 53 | 16% |
空行行数 | 82 | 25% |
実行行数 | 197 | 59% |
合計行数 | 332 | 100% |
内容 | 定義数 |
---|---|
関数数 | 10 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Function | RSA_priv_key_new | void | |
2 |
Function | RSA_pub_key_new | void | |
3 |
Function | RSA_free | void | Free up any RSA context resources. |
4 |
Function | RSA_decrypt | int | @brief Use PKCS1.5 for decryption/verification. |
5 |
Function | RSA_private | bigint * | Performs m = c^d mod n |
6 |
Static | bi_crt | static bigint * | Use the Chinese Remainder Theorem to quickly perform RSA decrypts. |
7 |
Function | RSA_print | void | Used for diagnostics. |
8 |
Function | RSA_public | bigint * | Performs c = m^e mod n |
9 |
Function | RSA_encrypt | int | Use PKCS1.5 for encryption/signing. |
10 |
Function | RSA_sign_verify | bigint * | Take a signature and decrypt it. |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー