提交 aedc5a81 编写于 作者: P PW Hu

update doc: BN_bn2lebinpad() and BN_bn2nativepad()

Reviewed-by: NKurt Roeckx <kurt@roeckx.be>
Reviewed-by: NPaul Dale <pauli@openssl.org>
Reviewed-by: NTomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16943)
上级 944fcfc6
...@@ -91,7 +91,7 @@ if B<ret> is NULL. ...@@ -91,7 +91,7 @@ if B<ret> is NULL.
BN_bn2bin() returns the length of the big-endian number placed at B<to>. BN_bn2bin() returns the length of the big-endian number placed at B<to>.
BN_bin2bn() returns the B<BIGNUM>, NULL on error. BN_bin2bn() returns the B<BIGNUM>, NULL on error.
BN_bn2binpad() returns the number of bytes written or -1 if the supplied BN_bn2binpad(), BN_bn2lebinpad(), and BN_bn2nativepad() return the number of bytes written or -1 if the supplied
buffer is too small. buffer is too small.
BN_bn2hex() and BN_bn2dec() return a NUL-terminated string, or NULL BN_bn2hex() and BN_bn2dec() return a NUL-terminated string, or NULL
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册