Allocate a new BIGNUM that is a deep copy of a.
Return Value
New BIGNUM equal to a, or NULL on failure; free with BN_free().
Parameters
Name |
Description |
a |
Source value to duplicate. |
Created with MrDocs
Allocate a new BIGNUM that is a deep copy of a.
New BIGNUM equal to a, or NULL on failure; free with BN_free().
Name |
Description |
a |
Source value to duplicate. |
Created with MrDocs