Convert len big‐endian unsigned bytes at s into a BIGNUM.
Synopsis
Return Value
Result BIGNUM (possibly newly allocated), or NULL on error.
Parameters
Name |
Description |
s |
Input byte string (most significant byte first). |
len |
Number of bytes at |
ret |
Existing BIGNUM to reuse, or NULL to allocate. |
Created with MrDocs