- BN_BLINDING_convert
int BN_BLINDING_convert(libressl_d.openssl.ossl_typ.BIGNUM* n, libressl_d.openssl.ossl_typ.BN_BLINDING* b, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BLINDING_convert_ex
int BN_BLINDING_convert_ex(libressl_d.openssl.ossl_typ.BIGNUM* n, libressl_d.openssl.ossl_typ.BIGNUM* r, libressl_d.openssl.ossl_typ.BN_BLINDING* b, libressl_d.openssl.ossl_typ.BN_CTX* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BLINDING_create_param
libressl_d.openssl.ossl_typ.BN_BLINDING* BN_BLINDING_create_param(libressl_d.openssl.ossl_typ.BN_BLINDING* b, const(libressl_d.openssl.ossl_typ.BIGNUM)* e, libressl_d.openssl.ossl_typ.BIGNUM* m, libressl_d.openssl.ossl_typ.BN_CTX* ctx, int function(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, libressl_d.openssl.ossl_typ.BN_CTX* ctx, libressl_d.openssl.ossl_typ.BN_MONT_CTX* m_ctx) bn_mod_exp, libressl_d.openssl.ossl_typ.BN_MONT_CTX* m_ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BLINDING_free
void BN_BLINDING_free(libressl_d.openssl.ossl_typ.BN_BLINDING* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BLINDING_get_flags
core.stdc.config.c_ulong BN_BLINDING_get_flags(const(libressl_d.openssl.ossl_typ.BN_BLINDING)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BLINDING_get_thread_id
core.stdc.config.c_ulong BN_BLINDING_get_thread_id(const(libressl_d.openssl.ossl_typ.BN_BLINDING)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BLINDING_invert
int BN_BLINDING_invert(libressl_d.openssl.ossl_typ.BIGNUM* n, libressl_d.openssl.ossl_typ.BN_BLINDING* b, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BLINDING_invert_ex
int BN_BLINDING_invert_ex(libressl_d.openssl.ossl_typ.BIGNUM* n, const(libressl_d.openssl.ossl_typ.BIGNUM)* r, libressl_d.openssl.ossl_typ.BN_BLINDING* b, libressl_d.openssl.ossl_typ.BN_CTX* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BLINDING_new
libressl_d.openssl.ossl_typ.BN_BLINDING* BN_BLINDING_new(const(libressl_d.openssl.ossl_typ.BIGNUM)* A, const(libressl_d.openssl.ossl_typ.BIGNUM)* Ai, libressl_d.openssl.ossl_typ.BIGNUM* mod)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BLINDING_set_flags
void BN_BLINDING_set_flags(libressl_d.openssl.ossl_typ.BN_BLINDING* , core.stdc.config.c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BLINDING_set_thread_id
void BN_BLINDING_set_thread_id(libressl_d.openssl.ossl_typ.BN_BLINDING* , core.stdc.config.c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BLINDING_thread_id
libressl_d.openssl.crypto.CRYPTO_THREADID* BN_BLINDING_thread_id(libressl_d.openssl.ossl_typ.BN_BLINDING* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BLINDING_update
int BN_BLINDING_update(libressl_d.openssl.ossl_typ.BN_BLINDING* b, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_CTX_end
void BN_CTX_end(libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_CTX_free
void BN_CTX_free(libressl_d.openssl.ossl_typ.BN_CTX* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_CTX_get
libressl_d.openssl.ossl_typ.BIGNUM* BN_CTX_get(libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_CTX_init
void BN_CTX_init(libressl_d.openssl.ossl_typ.BN_CTX* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_CTX_new
libressl_d.openssl.ossl_typ.BN_CTX* BN_CTX_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_CTX_start
void BN_CTX_start(libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_GENCB_call
int BN_GENCB_call(libressl_d.openssl.ossl_typ.BN_GENCB* cb, int a, int b)
Wrapper function to make using BN_GENCB easier,
- BN_GENCB_free
void BN_GENCB_free(libressl_d.openssl.ossl_typ.BN_GENCB* cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_GENCB_get_arg
void* BN_GENCB_get_arg(libressl_d.openssl.ossl_typ.BN_GENCB* cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_GENCB_new
libressl_d.openssl.ossl_typ.BN_GENCB* BN_GENCB_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_GENCB_set
void BN_GENCB_set(libressl_d.openssl.ossl_typ.BN_GENCB* gencb, int function(int, int, libressl_d.openssl.ossl_typ.BN_GENCB*) callback, void* cb_arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_GENCB_set_old
void BN_GENCB_set_old(libressl_d.openssl.ossl_typ.BN_GENCB* gencb, void function(int, int, void*) callback, void* cb_arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_GF2m_add
int BN_GF2m_add(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b)
- BN_GF2m_arr2poly
int BN_GF2m_arr2poly(int* p, libressl_d.openssl.ossl_typ.BIGNUM* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_GF2m_mod
int BN_GF2m_mod(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p)
- BN_GF2m_mod_arr
int BN_GF2m_mod_arr(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, int* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_GF2m_mod_div
int BN_GF2m_mod_div(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
- BN_GF2m_mod_div_arr
int BN_GF2m_mod_div_arr(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, int* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
- BN_GF2m_mod_exp
int BN_GF2m_mod_exp(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
- BN_GF2m_mod_exp_arr
int BN_GF2m_mod_exp_arr(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, int* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
- BN_GF2m_mod_inv
int BN_GF2m_mod_inv(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
- BN_GF2m_mod_inv_arr
int BN_GF2m_mod_inv_arr(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, int* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
- BN_GF2m_mod_mul
int BN_GF2m_mod_mul(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
- BN_GF2m_mod_mul_arr
int BN_GF2m_mod_mul_arr(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, int* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
- BN_GF2m_mod_solve_quad
int BN_GF2m_mod_solve_quad(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
- BN_GF2m_mod_solve_quad_arr
int BN_GF2m_mod_solve_quad_arr(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, int* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
- BN_GF2m_mod_sqr
int BN_GF2m_mod_sqr(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
- BN_GF2m_mod_sqr_arr
int BN_GF2m_mod_sqr_arr(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, int* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
- BN_GF2m_mod_sqrt
int BN_GF2m_mod_sqrt(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
- BN_GF2m_mod_sqrt_arr
int BN_GF2m_mod_sqrt_arr(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, int* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
- BN_GF2m_poly2arr
int BN_GF2m_poly2arr(const(libressl_d.openssl.ossl_typ.BIGNUM)* a, int* p, int max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_MONT_CTX_copy
libressl_d.openssl.ossl_typ.BN_MONT_CTX* BN_MONT_CTX_copy(libressl_d.openssl.ossl_typ.BN_MONT_CTX* to, libressl_d.openssl.ossl_typ.BN_MONT_CTX* from)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_MONT_CTX_free
void BN_MONT_CTX_free(libressl_d.openssl.ossl_typ.BN_MONT_CTX* mont)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_MONT_CTX_init
void BN_MONT_CTX_init(libressl_d.openssl.ossl_typ.BN_MONT_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_MONT_CTX_new
libressl_d.openssl.ossl_typ.BN_MONT_CTX* BN_MONT_CTX_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_MONT_CTX_set
int BN_MONT_CTX_set(libressl_d.openssl.ossl_typ.BN_MONT_CTX* mont, const(libressl_d.openssl.ossl_typ.BIGNUM)* mod, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_MONT_CTX_set_locked
libressl_d.openssl.ossl_typ.BN_MONT_CTX* BN_MONT_CTX_set_locked(libressl_d.openssl.ossl_typ.BN_MONT_CTX** pmont, int lock, const(libressl_d.openssl.ossl_typ.BIGNUM)* mod, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_RECP_CTX_free
void BN_RECP_CTX_free(libressl_d.openssl.ossl_typ.BN_RECP_CTX* recp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_RECP_CTX_init
void BN_RECP_CTX_init(libressl_d.openssl.ossl_typ.BN_RECP_CTX* recp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_RECP_CTX_new
libressl_d.openssl.ossl_typ.BN_RECP_CTX* BN_RECP_CTX_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_RECP_CTX_set
int BN_RECP_CTX_set(libressl_d.openssl.ossl_typ.BN_RECP_CTX* recp, const(libressl_d.openssl.ossl_typ.BIGNUM)* rdiv, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_X931_derive_prime_ex
int BN_X931_derive_prime_ex(libressl_d.openssl.ossl_typ.BIGNUM* p, libressl_d.openssl.ossl_typ.BIGNUM* p1, libressl_d.openssl.ossl_typ.BIGNUM* p2, const(libressl_d.openssl.ossl_typ.BIGNUM)* Xp, const(libressl_d.openssl.ossl_typ.BIGNUM)* Xp1, const(libressl_d.openssl.ossl_typ.BIGNUM)* Xp2, const(libressl_d.openssl.ossl_typ.BIGNUM)* e, libressl_d.openssl.ossl_typ.BN_CTX* ctx, libressl_d.openssl.ossl_typ.BN_GENCB* cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_X931_generate_Xpq
int BN_X931_generate_Xpq(libressl_d.openssl.ossl_typ.BIGNUM* Xp, libressl_d.openssl.ossl_typ.BIGNUM* Xq, int nbits, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_X931_generate_prime_ex
int BN_X931_generate_prime_ex(libressl_d.openssl.ossl_typ.BIGNUM* p, libressl_d.openssl.ossl_typ.BIGNUM* p1, libressl_d.openssl.ossl_typ.BIGNUM* p2, libressl_d.openssl.ossl_typ.BIGNUM* Xp1, libressl_d.openssl.ossl_typ.BIGNUM* Xp2, const(libressl_d.openssl.ossl_typ.BIGNUM)* Xp, const(libressl_d.openssl.ossl_typ.BIGNUM)* e, libressl_d.openssl.ossl_typ.BN_CTX* ctx, libressl_d.openssl.ossl_typ.BN_GENCB* cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_abs_is_word
bool BN_abs_is_word(A* a, W w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_add
int BN_add(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_add_word
int BN_add_word(libressl_d.openssl.ossl_typ.BIGNUM* a, .BN_ULONG w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_asc2bn
int BN_asc2bn(libressl_d.openssl.ossl_typ.BIGNUM** a, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_bin2bn
libressl_d.openssl.ossl_typ.BIGNUM* BN_bin2bn(const(ubyte)* s, int len, libressl_d.openssl.ossl_typ.BIGNUM* ret)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_bn2bin
int BN_bn2bin(const(libressl_d.openssl.ossl_typ.BIGNUM)* a, ubyte* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_bn2binpad
int BN_bn2binpad(const(libressl_d.openssl.ossl_typ.BIGNUM)* a, ubyte* to, int tolen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_bn2dec
char* BN_bn2dec(const(libressl_d.openssl.ossl_typ.BIGNUM)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_bn2hex
char* BN_bn2hex(const(libressl_d.openssl.ossl_typ.BIGNUM)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_bn2lebinpad
int BN_bn2lebinpad(const(libressl_d.openssl.ossl_typ.BIGNUM)* a, ubyte* to, int tolen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_bn2mpi
int BN_bn2mpi(const(libressl_d.openssl.ossl_typ.BIGNUM)* a, ubyte* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_clear
void BN_clear(libressl_d.openssl.ossl_typ.BIGNUM* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_clear_bit
int BN_clear_bit(libressl_d.openssl.ossl_typ.BIGNUM* a, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_clear_free
void BN_clear_free(libressl_d.openssl.ossl_typ.BIGNUM* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_cmp
int BN_cmp(const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_consttime_swap
void BN_consttime_swap(.BN_ULONG swap, libressl_d.openssl.ossl_typ.BIGNUM* a, libressl_d.openssl.ossl_typ.BIGNUM* b, int nwords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_copy
libressl_d.openssl.ossl_typ.BIGNUM* BN_copy(libressl_d.openssl.ossl_typ.BIGNUM* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_dec2bn
int BN_dec2bn(libressl_d.openssl.ossl_typ.BIGNUM** a, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_div
int BN_div(libressl_d.openssl.ossl_typ.BIGNUM* dv, libressl_d.openssl.ossl_typ.BIGNUM* rem, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, const(libressl_d.openssl.ossl_typ.BIGNUM)* d, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_div_recp
int BN_div_recp(libressl_d.openssl.ossl_typ.BIGNUM* dv, libressl_d.openssl.ossl_typ.BIGNUM* rem, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, libressl_d.openssl.ossl_typ.BN_RECP_CTX* recp, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_div_word
.BN_ULONG BN_div_word(libressl_d.openssl.ossl_typ.BIGNUM* a, .BN_ULONG w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_dup
libressl_d.openssl.ossl_typ.BIGNUM* BN_dup(const(libressl_d.openssl.ossl_typ.BIGNUM)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_exp
int BN_exp(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_free
void BN_free(libressl_d.openssl.ossl_typ.BIGNUM* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_from_montgomery
int BN_from_montgomery(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, libressl_d.openssl.ossl_typ.BN_MONT_CTX* mont, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_gcd
int BN_gcd(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_generate_prime
libressl_d.openssl.ossl_typ.BIGNUM* BN_generate_prime(libressl_d.openssl.ossl_typ.BIGNUM* ret, int bits, int safe, const(libressl_d.openssl.ossl_typ.BIGNUM)* add, const(libressl_d.openssl.ossl_typ.BIGNUM)* rem, void function(int, int, void*) callback, void* cb_arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_generate_prime_ex
int BN_generate_prime_ex(libressl_d.openssl.ossl_typ.BIGNUM* ret, int bits, int safe, const(libressl_d.openssl.ossl_typ.BIGNUM)* add, const(libressl_d.openssl.ossl_typ.BIGNUM)* rem, libressl_d.openssl.ossl_typ.BN_GENCB* cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_get0_nist_prime_192
const(libressl_d.openssl.ossl_typ.BIGNUM)* BN_get0_nist_prime_192()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_get0_nist_prime_224
const(libressl_d.openssl.ossl_typ.BIGNUM)* BN_get0_nist_prime_224()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_get0_nist_prime_256
const(libressl_d.openssl.ossl_typ.BIGNUM)* BN_get0_nist_prime_256()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_get0_nist_prime_384
const(libressl_d.openssl.ossl_typ.BIGNUM)* BN_get0_nist_prime_384()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_get0_nist_prime_521
const(libressl_d.openssl.ossl_typ.BIGNUM)* BN_get0_nist_prime_521()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_get_flags
auto BN_get_flags(B* b, N n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_get_params
int BN_get_params(int which)
0, mul, 1 high, 2 low, 3 mont
- BN_get_rfc2409_prime_1024
libressl_d.openssl.ossl_typ.BIGNUM* BN_get_rfc2409_prime_1024(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_get_rfc2409_prime_768
libressl_d.openssl.ossl_typ.BIGNUM* BN_get_rfc2409_prime_768(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_get_rfc3526_prime_1536
libressl_d.openssl.ossl_typ.BIGNUM* BN_get_rfc3526_prime_1536(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_get_rfc3526_prime_2048
libressl_d.openssl.ossl_typ.BIGNUM* BN_get_rfc3526_prime_2048(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_get_rfc3526_prime_3072
libressl_d.openssl.ossl_typ.BIGNUM* BN_get_rfc3526_prime_3072(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_get_rfc3526_prime_4096
libressl_d.openssl.ossl_typ.BIGNUM* BN_get_rfc3526_prime_4096(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_get_rfc3526_prime_6144
libressl_d.openssl.ossl_typ.BIGNUM* BN_get_rfc3526_prime_6144(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_get_rfc3526_prime_8192
libressl_d.openssl.ossl_typ.BIGNUM* BN_get_rfc3526_prime_8192(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_get_word
.BN_ULONG BN_get_word(const(libressl_d.openssl.ossl_typ.BIGNUM)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_hex2bn
int BN_hex2bn(libressl_d.openssl.ossl_typ.BIGNUM** a, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_init
void BN_init(libressl_d.openssl.ossl_typ.BIGNUM* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_is_bit_set
int BN_is_bit_set(const(libressl_d.openssl.ossl_typ.BIGNUM)* a, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_is_negative
bool BN_is_negative(libressl_d.openssl.ossl_typ.BIGNUM* a)
returns 1 if the BIGNUM is negative
- BN_is_odd
bool BN_is_odd(A* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_is_one
bool BN_is_one(A* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_is_prime
int BN_is_prime(const(libressl_d.openssl.ossl_typ.BIGNUM)* p, int nchecks, void function(int, int, void*) callback, libressl_d.openssl.ossl_typ.BN_CTX* ctx, void* cb_arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_is_prime_ex
int BN_is_prime_ex(const(libressl_d.openssl.ossl_typ.BIGNUM)* p, int nchecks, libressl_d.openssl.ossl_typ.BN_CTX* ctx, libressl_d.openssl.ossl_typ.BN_GENCB* cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_is_prime_fasttest
int BN_is_prime_fasttest(const(libressl_d.openssl.ossl_typ.BIGNUM)* p, int nchecks, void function(int, int, void*) callback, libressl_d.openssl.ossl_typ.BN_CTX* ctx, void* cb_arg, int do_trial_division)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_is_prime_fasttest_ex
int BN_is_prime_fasttest_ex(const(libressl_d.openssl.ossl_typ.BIGNUM)* p, int nchecks, libressl_d.openssl.ossl_typ.BN_CTX* ctx, int do_trial_division, libressl_d.openssl.ossl_typ.BN_GENCB* cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_is_word
bool BN_is_word(A* a, W w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_is_zero
bool BN_is_zero(A* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_kronecker
int BN_kronecker(const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
- BN_lebin2bn
libressl_d.openssl.ossl_typ.BIGNUM* BN_lebin2bn(const(ubyte)* s, int len, libressl_d.openssl.ossl_typ.BIGNUM* ret)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_lshift
int BN_lshift(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_lshift1
int BN_lshift1(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mask_bits
int BN_mask_bits(libressl_d.openssl.ossl_typ.BIGNUM* a, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod
int BN_mod(libressl_d.openssl.ossl_typ.BIGNUM* rem, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, const(libressl_d.openssl.ossl_typ.BIGNUM)* d, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_add
int BN_mod_add(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_add_quick
int BN_mod_add_quick(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, const(libressl_d.openssl.ossl_typ.BIGNUM)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_exp
int BN_mod_exp(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_exp2_mont
int BN_mod_exp2_mont(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a1, const(libressl_d.openssl.ossl_typ.BIGNUM)* p1, const(libressl_d.openssl.ossl_typ.BIGNUM)* a2, const(libressl_d.openssl.ossl_typ.BIGNUM)* p2, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, libressl_d.openssl.ossl_typ.BN_CTX* ctx, libressl_d.openssl.ossl_typ.BN_MONT_CTX* m_ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_exp_mont
int BN_mod_exp_mont(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, libressl_d.openssl.ossl_typ.BN_CTX* ctx, libressl_d.openssl.ossl_typ.BN_MONT_CTX* m_ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_exp_mont_consttime
int BN_mod_exp_mont_consttime(libressl_d.openssl.ossl_typ.BIGNUM* rr, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, libressl_d.openssl.ossl_typ.BN_CTX* ctx, libressl_d.openssl.ossl_typ.BN_MONT_CTX* in_mont)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_exp_mont_word
int BN_mod_exp_mont_word(libressl_d.openssl.ossl_typ.BIGNUM* r, .BN_ULONG a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, libressl_d.openssl.ossl_typ.BN_CTX* ctx, libressl_d.openssl.ossl_typ.BN_MONT_CTX* m_ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_exp_recp
int BN_mod_exp_recp(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_exp_simple
int BN_mod_exp_simple(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_inverse
libressl_d.openssl.ossl_typ.BIGNUM* BN_mod_inverse(libressl_d.openssl.ossl_typ.BIGNUM* ret, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* n, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_lshift
int BN_mod_lshift(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, int n, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_lshift1
int BN_mod_lshift1(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_lshift1_quick
int BN_mod_lshift1_quick(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_lshift_quick
int BN_mod_lshift_quick(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, int n, const(libressl_d.openssl.ossl_typ.BIGNUM)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_mul
int BN_mod_mul(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_mul_montgomery
int BN_mod_mul_montgomery(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, libressl_d.openssl.ossl_typ.BN_MONT_CTX* mont, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_mul_reciprocal
int BN_mod_mul_reciprocal(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* x, const(libressl_d.openssl.ossl_typ.BIGNUM)* y, libressl_d.openssl.ossl_typ.BN_RECP_CTX* recp, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_sqr
int BN_mod_sqr(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_sqrt
libressl_d.openssl.ossl_typ.BIGNUM* BN_mod_sqrt(libressl_d.openssl.ossl_typ.BIGNUM* ret, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* n, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_sub
int BN_mod_sub(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_sub_quick
int BN_mod_sub_quick(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, const(libressl_d.openssl.ossl_typ.BIGNUM)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mod_word
.BN_ULONG BN_mod_word(const(libressl_d.openssl.ossl_typ.BIGNUM)* a, .BN_ULONG w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mpi2bn
libressl_d.openssl.ossl_typ.BIGNUM* BN_mpi2bn(const(ubyte)* s, int len, libressl_d.openssl.ossl_typ.BIGNUM* ret)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mul
int BN_mul(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_mul_word
int BN_mul_word(libressl_d.openssl.ossl_typ.BIGNUM* a, .BN_ULONG w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_new
libressl_d.openssl.ossl_typ.BIGNUM* BN_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_nist_mod_192
int BN_nist_mod_192(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_nist_mod_224
int BN_nist_mod_224(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_nist_mod_256
int BN_nist_mod_256(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_nist_mod_384
int BN_nist_mod_384(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_nist_mod_521
int BN_nist_mod_521(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* p, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_nnmod
int BN_nnmod(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, const(libressl_d.openssl.ossl_typ.BIGNUM)* d, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_num_bits
int BN_num_bits(const(libressl_d.openssl.ossl_typ.BIGNUM)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_num_bits_word
int BN_num_bits_word(.BN_ULONG )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_num_bytes
int BN_num_bytes(const(libressl_d.openssl.ossl_typ.BIGNUM)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_one
int BN_one(libressl_d.openssl.ossl_typ.BIGNUM* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_options
char* BN_options()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_prime_checks_for_size
int BN_prime_checks_for_size(B b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_print
int BN_print(libressl_d.openssl.bio.BIO* fp, const(libressl_d.openssl.ossl_typ.BIGNUM)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_print_fp
int BN_print_fp(libressl_d.compat.stdio.FILE* fp, const(libressl_d.openssl.ossl_typ.BIGNUM)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_pseudo_rand
int BN_pseudo_rand(libressl_d.openssl.ossl_typ.BIGNUM* rnd, int bits, int top, int bottom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_pseudo_rand_range
int BN_pseudo_rand_range(libressl_d.openssl.ossl_typ.BIGNUM* rnd, const(libressl_d.openssl.ossl_typ.BIGNUM)* range)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_rand
int BN_rand(libressl_d.openssl.ossl_typ.BIGNUM* rnd, int bits, int top, int bottom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_rand_range
int BN_rand_range(libressl_d.openssl.ossl_typ.BIGNUM* rnd, const(libressl_d.openssl.ossl_typ.BIGNUM)* range)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_reciprocal
int BN_reciprocal(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* m, int len, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_rshift
int BN_rshift(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_rshift1
int BN_rshift1(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_set_bit
int BN_set_bit(libressl_d.openssl.ossl_typ.BIGNUM* a, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_set_flags
void BN_set_flags(B* b, N n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_set_negative
void BN_set_negative(libressl_d.openssl.ossl_typ.BIGNUM* b, int n)
- BN_set_params
void BN_set_params(int mul, int high, int low, int mont)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_set_word
int BN_set_word(libressl_d.openssl.ossl_typ.BIGNUM* a, .BN_ULONG w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_sqr
int BN_sqr(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_sub
int BN_sub(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_sub_word
int BN_sub_word(libressl_d.openssl.ossl_typ.BIGNUM* a, .BN_ULONG w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_swap
void BN_swap(libressl_d.openssl.ossl_typ.BIGNUM* a, libressl_d.openssl.ossl_typ.BIGNUM* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_to_montgomery
int BN_to_montgomery(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, libressl_d.openssl.ossl_typ.BN_MONT_CTX* mont, libressl_d.openssl.ossl_typ.BN_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_uadd
int BN_uadd(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_ucmp
int BN_ucmp(const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_usub
int BN_usub(libressl_d.openssl.ossl_typ.BIGNUM* r, const(libressl_d.openssl.ossl_typ.BIGNUM)* a, const(libressl_d.openssl.ossl_typ.BIGNUM)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_value_one
const(libressl_d.openssl.ossl_typ.BIGNUM)* BN_value_one()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_with_flags
void BN_with_flags(libressl_d.openssl.ossl_typ.BIGNUM* dest, const(libressl_d.openssl.ossl_typ.BIGNUM)* b, int n)
get a clone of a BIGNUM with changed flags, for *temporary* use only
(the two BIGNUMs cannot not be used in parallel!)
- BN_zero
void BN_zero(libressl_d.openssl.ossl_typ.BIGNUM* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_zero
int BN_zero(libressl_d.openssl.ossl_typ.BIGNUM* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_zero_ex
void BN_zero_ex(libressl_d.openssl.ossl_typ.BIGNUM* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ERR_load_BN_strings
void ERR_load_BN_strings()
The following lines are auto generated by the script mkerr.pl. Any changes
made after this point may be overwritten when the script is next run.
- get_rfc2409_prime_1024
libressl_d.openssl.ossl_typ.BIGNUM* get_rfc2409_prime_1024(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_rfc2409_prime_768
libressl_d.openssl.ossl_typ.BIGNUM* get_rfc2409_prime_768(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_rfc3526_prime_1536
libressl_d.openssl.ossl_typ.BIGNUM* get_rfc3526_prime_1536(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_rfc3526_prime_2048
libressl_d.openssl.ossl_typ.BIGNUM* get_rfc3526_prime_2048(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_rfc3526_prime_3072
libressl_d.openssl.ossl_typ.BIGNUM* get_rfc3526_prime_3072(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_rfc3526_prime_4096
libressl_d.openssl.ossl_typ.BIGNUM* get_rfc3526_prime_4096(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_rfc3526_prime_6144
libressl_d.openssl.ossl_typ.BIGNUM* get_rfc3526_prime_6144(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_rfc3526_prime_8192
libressl_d.openssl.ossl_typ.BIGNUM* get_rfc3526_prime_8192(libressl_d.openssl.ossl_typ.BIGNUM* bn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BITS
enum BN_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BITS
enum BN_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BITS2
enum BN_BITS2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BITS2
enum BN_BITS2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BITS4
enum BN_BITS4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BITS4
enum BN_BITS4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BLINDING_NO_RECREATE
enum BN_BLINDING_NO_RECREATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BLINDING_NO_UPDATE
enum BN_BLINDING_NO_UPDATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BYTES
enum BN_BYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_BYTES
enum BN_BYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_DEC_CONV
enum BN_DEC_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_DEC_CONV
enum BN_DEC_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_DEC_FMT1
enum BN_DEC_FMT1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_DEC_FMT1
enum BN_DEC_FMT1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_DEC_FMT2
enum BN_DEC_FMT2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_DEC_FMT2
enum BN_DEC_FMT2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_DEC_NUM
enum BN_DEC_NUM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_DEC_NUM
enum BN_DEC_NUM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_FLG_CONSTTIME
enum BN_FLG_CONSTTIME;
avoid leaking exponent information through timing,
BN_mod_exp_mont() will call BN_mod_exp_mont_consttime,
BN_div() will call BN_div_no_branch,
BN_mod_inverse() will call BN_mod_inverse_no_branch.
- BN_FLG_EXP_CONSTTIME
enum BN_FLG_EXP_CONSTTIME;
deprecated name for the flag
- BN_FLG_FREE
enum BN_FLG_FREE;
- BN_FLG_MALLOCED
enum BN_FLG_MALLOCED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_FLG_STATIC_DATA
enum BN_FLG_STATIC_DATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BNRAND
enum BN_F_BNRAND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_BLINDING_CONVERT_EX
enum BN_F_BN_BLINDING_CONVERT_EX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_BLINDING_CREATE_PARAM
enum BN_F_BN_BLINDING_CREATE_PARAM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_BLINDING_INVERT_EX
enum BN_F_BN_BLINDING_INVERT_EX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_BLINDING_NEW
enum BN_F_BN_BLINDING_NEW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_BLINDING_UPDATE
enum BN_F_BN_BLINDING_UPDATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_BN2DEC
enum BN_F_BN_BN2DEC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_BN2HEX
enum BN_F_BN_BN2HEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_CTX_GET
enum BN_F_BN_CTX_GET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_CTX_NEW
enum BN_F_BN_CTX_NEW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_CTX_START
enum BN_F_BN_CTX_START;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_DIV
enum BN_F_BN_DIV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_DIV_NO_BRANCH
enum BN_F_BN_DIV_NO_BRANCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_DIV_RECP
enum BN_F_BN_DIV_RECP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_EXP
enum BN_F_BN_EXP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_EXPAND2
enum BN_F_BN_EXPAND2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_EXPAND_INTERNAL
enum BN_F_BN_EXPAND_INTERNAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_GENERATE_PRIME_EX
enum BN_F_BN_GENERATE_PRIME_EX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_GF2M_MOD
enum BN_F_BN_GF2M_MOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_GF2M_MOD_EXP
enum BN_F_BN_GF2M_MOD_EXP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_GF2M_MOD_MUL
enum BN_F_BN_GF2M_MOD_MUL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_GF2M_MOD_SOLVE_QUAD
enum BN_F_BN_GF2M_MOD_SOLVE_QUAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR
enum BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_GF2M_MOD_SQR
enum BN_F_BN_GF2M_MOD_SQR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_GF2M_MOD_SQRT
enum BN_F_BN_GF2M_MOD_SQRT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_MOD_EXP2_MONT
enum BN_F_BN_MOD_EXP2_MONT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_MOD_EXP_MONT
enum BN_F_BN_MOD_EXP_MONT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_MOD_EXP_MONT_CONSTTIME
enum BN_F_BN_MOD_EXP_MONT_CONSTTIME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_MOD_EXP_MONT_WORD
enum BN_F_BN_MOD_EXP_MONT_WORD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_MOD_EXP_RECP
enum BN_F_BN_MOD_EXP_RECP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_MOD_EXP_SIMPLE
enum BN_F_BN_MOD_EXP_SIMPLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_MOD_INVERSE
enum BN_F_BN_MOD_INVERSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_MOD_INVERSE_NO_BRANCH
enum BN_F_BN_MOD_INVERSE_NO_BRANCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_MOD_LSHIFT_QUICK
enum BN_F_BN_MOD_LSHIFT_QUICK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_MOD_MUL_RECIPROCAL
enum BN_F_BN_MOD_MUL_RECIPROCAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_MOD_SQRT
enum BN_F_BN_MOD_SQRT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_MPI2BN
enum BN_F_BN_MPI2BN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_NEW
enum BN_F_BN_NEW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_RAND
enum BN_F_BN_RAND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_RAND_RANGE
enum BN_F_BN_RAND_RANGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_F_BN_USUB
enum BN_F_BN_USUB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_HEX_FMT1
enum BN_HEX_FMT1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_HEX_FMT1
enum BN_HEX_FMT1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_HEX_FMT2
enum BN_HEX_FMT2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_HEX_FMT2
enum BN_HEX_FMT2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_MASK
enum BN_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_MASK2
enum BN_MASK2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_MASK2
enum BN_MASK2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_MASK2h
enum BN_MASK2h;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_MASK2h
enum BN_MASK2h;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_MASK2h1
enum BN_MASK2h1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_MASK2h1
enum BN_MASK2h1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_MASK2l
enum BN_MASK2l;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_MASK2l
enum BN_MASK2l;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_RAND_BOTTOM_ANY
enum BN_RAND_BOTTOM_ANY;
- BN_RAND_BOTTOM_ODD
enum BN_RAND_BOTTOM_ODD;
Values for |bottom| in BN_rand()
- BN_RAND_TOP_ANY
enum BN_RAND_TOP_ANY;
- BN_RAND_TOP_ONE
enum BN_RAND_TOP_ONE;
- BN_RAND_TOP_TWO
enum BN_RAND_TOP_TWO;
Values for |top| in BN_rand()
- BN_R_ARG2_LT_ARG3
enum BN_R_ARG2_LT_ARG3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_BAD_RECIPROCAL
enum BN_R_BAD_RECIPROCAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_BIGNUM_TOO_LONG
enum BN_R_BIGNUM_TOO_LONG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_BITS_TOO_SMALL
enum BN_R_BITS_TOO_SMALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_CALLED_WITH_EVEN_MODULUS
enum BN_R_CALLED_WITH_EVEN_MODULUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_DIV_BY_ZERO
enum BN_R_DIV_BY_ZERO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_ENCODING_ERROR
enum BN_R_ENCODING_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_EXPAND_ON_STATIC_BIGNUM_DATA
enum BN_R_EXPAND_ON_STATIC_BIGNUM_DATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_INPUT_NOT_REDUCED
enum BN_R_INPUT_NOT_REDUCED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_INVALID_LENGTH
enum BN_R_INVALID_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_INVALID_RANGE
enum BN_R_INVALID_RANGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_NOT_A_SQUARE
enum BN_R_NOT_A_SQUARE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_NOT_INITIALIZED
enum BN_R_NOT_INITIALIZED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_NO_INVERSE
enum BN_R_NO_INVERSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_NO_SOLUTION
enum BN_R_NO_SOLUTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_P_IS_NOT_PRIME
enum BN_R_P_IS_NOT_PRIME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_TOO_MANY_ITERATIONS
enum BN_R_TOO_MANY_ITERATIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_R_TOO_MANY_TEMPORARY_VARIABLES
enum BN_R_TOO_MANY_TEMPORARY_VARIABLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_TBIT
enum BN_TBIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_TBIT
enum BN_TBIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BN_prime_checks
enum BN_prime_checks;
default: select number of iterations
based on the size of the number
- HEADER_BN_H
enum HEADER_BN_H;
Undocumented in source.