bn_recp_ctx_st

Used for reciprocal division/mod functions It cannot be shared between threads

Members

Variables

N
libressl_d.openssl.ossl_typ.BIGNUM N;

the divisor

Nr
libressl_d.openssl.ossl_typ.BIGNUM Nr;

the reciprocal

flags
int flags;
Undocumented in source.
num_bits
int num_bits;
Undocumented in source.
shift
int shift;
Undocumented in source.

Meta