Return the NIST P‐256 prime as a shared BIGNUM.

Synopsis

Declared in <openssl/bn.h>

BIGNUM const*
BN_get0_nist_prime_256();

Return Value

Pointer to the static prime; do not free.

Created with MrDocs