bn_num_bytes.pod
来自「开源项目openssl的源码」· POD 代码 · 共 38 行
POD
38 行
=pod=head1 NAMEBN_num_bits, BN_num_bytes, BN_num_bits_word - get BIGNUM size=head1 SYNOPSIS #include <openssl/bn.h> int BN_num_bytes(const BIGNUM *a); int BN_num_bits(const BIGNUM *a); int BN_num_bits_word(BN_ULONG w);=head1 DESCRIPTIONThese functions return the size of a B<BIGNUM> in bytes or bits,and the size of an unsigned integer in bits.BN_num_bytes() is a macro.=head1 RETURN VALUESThe size.=head1 SEE ALSOL<bn(3)|bn(3)>=head1 HISTORYBN_num_bytes(), BN_num_bits() and BN_num_bits_word() are available inall versions of SSLeay and OpenSSL.=cut
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?