⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rsa_size.pod

📁 开源的ssl算法openssl,版本0.9.8H
💻 POD
字号:
=pod=head1 NAMERSA_size - get RSA modulus size=head1 SYNOPSIS #include <openssl/rsa.h> int RSA_size(const RSA *rsa);=head1 DESCRIPTIONThis function returns the RSA modulus size in bytes. It can be used todetermine how much memory must be allocated for an RSA encryptedvalue.B<rsa-E<gt>n> must not be B<NULL>.=head1 RETURN VALUEThe size in bytes.=head1 SEE ALSOL<rsa(3)|rsa(3)>=head1 HISTORYRSA_size() is available in all versions of SSLeay and OpenSSL.=cut

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -