Decode an MPI‐format integer (4‐byte length prefix plus big‐endian content).
Synopsis
Return Value
Result BIGNUM, or NULL on error.
Parameters
Name |
Description |
s |
MPI‐encoded input buffer. |
len |
Number of bytes at |
ret |
Destination BIGNUM to reuse, or NULL to allocate a new one. |
Created with MrDocs