Convert a little‐endian unsigned byte array to a BIGNUM.
Synopsis
Return Value
Result BIGNUM, or NULL on error.
Parameters
Name |
Description |
s |
Little‐endian input octets (least significant byte first). |
len |
Number of bytes at |
ret |
Destination BIGNUM to reuse, or NULL to allocate a new one. |
Created with MrDocs