- bc_aes_cbc_dec
int bc_aes_cbc_dec(ubyte* _out, size_t* out_len, const(ubyte)* _in, size_t in_len, const(ubyte)* key, size_t key_len, const(ubyte)* iv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bc_aes_cbc_enc
int bc_aes_cbc_enc(ubyte* _out, size_t* out_len, const(ubyte)* _in, size_t in_len, const(ubyte)* key, size_t key_len, const(ubyte)* iv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bench_after
void bench_after()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bench_before
void bench_before()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bench_clean
void bench_clean()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bench_compute
void bench_compute(int benches)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bench_init
void bench_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bench_overhead
void bench_overhead()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bench_print
void bench_print()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bench_reset
void bench_reset()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bench_total
ulong bench_total()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_abs
void bn_abs(bn_st* c, const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_add
void bn_add(bn_st* c, const(bn_st)* a, const(bn_st)* 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_dig
void bn_add_dig(bn_st* c, const(bn_st)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_bits
size_t bn_bits(const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_clean
void bn_clean(bn_st* 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(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_cmp_abs
int bn_cmp_abs(const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_cmp_dig
int bn_cmp_dig(const(bn_st)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_copy
void bn_copy(bn_st* c, const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_dbl
void bn_dbl(bn_st* c, const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_div
void bn_div(bn_st* c, const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_div_dig
void bn_div_dig(bn_st* c, const(bn_st)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_div_rem
void bn_div_rem(bn_st* c, bn_st* d, const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_div_rem_dig
void bn_div_rem_dig(bn_st* c, dig_t* d, const(bn_st)* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_evl
void bn_evl(bn_st* c, const(bn_t)* a, const(bn_st)* x, const(bn_st)* b, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_factor
int bn_factor(bn_st* c, const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_gcd_basic
void bn_gcd_basic(bn_st* c, const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_gcd_binar
void bn_gcd_binar(bn_st* c, const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_gcd_dig
void bn_gcd_dig(bn_st* c, const(bn_st)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_gcd_ext_basic
void bn_gcd_ext_basic(bn_st* c, bn_st* d, bn_st* e, const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_gcd_ext_binar
void bn_gcd_ext_binar(bn_st* c, bn_st* d, bn_st* e, const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_gcd_ext_dig
void bn_gcd_ext_dig(bn_st* c, bn_st* d, bn_st* e, const(bn_st)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_gcd_ext_lehme
void bn_gcd_ext_lehme(bn_st* c, bn_st* d, bn_st* e, const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_gcd_ext_mid
void bn_gcd_ext_mid(bn_st* c, bn_st* d, bn_st* e, bn_st* f, const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_gcd_lehme
void bn_gcd_lehme(bn_st* c, const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_gen_prime_basic
void bn_gen_prime_basic(bn_st* a, size_t bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_gen_prime_factor
int bn_gen_prime_factor(bn_st* a, bn_st* b, size_t abits, size_t bbits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_gen_prime_safep
void bn_gen_prime_safep(bn_st* a, size_t bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_gen_prime_stron
void bn_gen_prime_stron(bn_st* a, size_t bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_get_bit
int bn_get_bit(const(bn_st)* a, uint bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_get_dig
void bn_get_dig(dig_t* digit, const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_grow
void bn_grow(bn_st* a, size_t digits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_ham
uint bn_ham(const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_hlv
void bn_hlv(bn_st* c, const(bn_st)* 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_even
int bn_is_even(const(bn_st)* 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_factor
int bn_is_factor(bn_st* c, const(bn_st)* 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(bn_st)* 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_basic
int bn_is_prime_basic(const(bn_st)* 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_rabin
int bn_is_prime_rabin(const(bn_st)* 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_solov
int bn_is_prime_solov(const(bn_st)* 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_zero
int bn_is_zero(const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_lag
void bn_lag(bn_t* c, const(bn_t)* a, const(bn_st)* b, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_lcm
void bn_lcm(bn_st* c, const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_lsh
void bn_lsh(bn_st* c, const(bn_st)* a, uint bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_make
void bn_make(bn_st* a, size_t digits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mod_2b
void bn_mod_2b(bn_st* c, const(bn_st)* a, int b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mod_barrt
void bn_mod_barrt(bn_st* c, const(bn_st)* a, const(bn_st)* m, const(bn_st)* u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mod_basic
void bn_mod_basic(bn_st* c, const(bn_st)* a, const(bn_st)* 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_dig
void bn_mod_dig(dig_t* c, const(bn_st)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mod_inv
void bn_mod_inv(bn_st* c, const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mod_inv_sim
void bn_mod_inv_sim(bn_t* c, const(bn_t)* a, const(bn_st)* b, 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_monty_back
void bn_mod_monty_back(bn_st* c, const(bn_st)* a, const(bn_st)* 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_monty_basic
void bn_mod_monty_basic(bn_st* c, const(bn_st)* a, const(bn_st)* m, const(bn_st)* u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mod_monty_comba
void bn_mod_monty_comba(bn_st* c, const(bn_st)* a, const(bn_st)* m, const(bn_st)* u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mod_monty_conv
void bn_mod_monty_conv(bn_st* c, const(bn_st)* a, const(bn_st)* 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_pmers
void bn_mod_pmers(bn_st* c, const(bn_st)* a, const(bn_st)* m, const(bn_st)* u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mod_pre_barrt
void bn_mod_pre_barrt(bn_st* u, const(bn_st)* 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_pre_monty
void bn_mod_pre_monty(bn_st* u, const(bn_st)* 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_pre_pmers
void bn_mod_pre_pmers(bn_st* u, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mul_basic
void bn_mul_basic(bn_st* c, const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mul_comba
void bn_mul_comba(bn_st* c, const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mul_dig
void bn_mul_dig(bn_st* c, const(bn_st)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mul_karat
void bn_mul_karat(bn_st* c, const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mxp_basic
void bn_mxp_basic(bn_st* c, const(bn_st)* a, const(bn_st)* b, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mxp_crt
void bn_mxp_crt(bn_st* d, const(bn_st)* a, const(bn_st)* b, const(bn_st)* c, const(crt_st)* crt, int sqr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mxp_dig
void bn_mxp_dig(bn_st* c, const(bn_st)* a, ulong b, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mxp_monty
void bn_mxp_monty(bn_st* c, const(bn_st)* a, const(bn_st)* b, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mxp_sim
void bn_mxp_sim(bn_st* c, const(bn_st)* a, const(bn_st)* b, const(bn_st)* d, const(bn_st)* e, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mxp_sim_few
void bn_mxp_sim_few(bn_st* c, const(bn_t)* a, const(bn_t)* b, const(bn_st)* m, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mxp_sim_lot
void bn_mxp_sim_lot(bn_st* c, const(bn_t)* a, const(bn_t)* b, const(bn_st)* m, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_mxp_slide
void bn_mxp_slide(bn_st* c, const(bn_st)* a, const(bn_st)* b, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_neg
void bn_neg(bn_st* c, const(bn_st)* 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
void bn_print(const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rand
void bn_rand(bn_st* a, int sign, size_t bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rand_frb
void bn_rand_frb(bn_st* a, const(bn_st)* b, const(bn_st)* n, size_t bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rand_mod
void bn_rand_mod(bn_st* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_read_bin
void bn_read_bin(bn_st* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_read_raw
void bn_read_raw(bn_st* a, const(dig_t)* raw, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_read_str
void bn_read_str(bn_st* a, const(char)* str, size_t len, uint radix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rec_frb
void bn_rec_frb(bn_t* ki, int sub, const(bn_st)* k, const(bn_st)* x, const(bn_st)* n, int cof)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rec_glv
void bn_rec_glv(bn_st* k0, bn_st* k1, const(bn_st)* k, const(bn_st)* n, const(bn_st)* v1, const(bn_st)* v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rec_jsf
void bn_rec_jsf(byte* jsf, size_t* len, const(bn_st)* k, const(bn_st)* l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rec_naf
void bn_rec_naf(byte* naf, size_t* len, const(bn_st)* k, size_t w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rec_reg
void bn_rec_reg(byte* naf, size_t* len, const(bn_st)* k, size_t n, size_t w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rec_rtnaf
void bn_rec_rtnaf(byte* tnaf, size_t* len, const(bn_st)* k, byte u, size_t m, size_t w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rec_sac
void bn_rec_sac(byte* b, size_t* len, const(bn_t)* k, const(bn_st)* u, size_t c, size_t m, size_t n, int cof)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rec_slw
void bn_rec_slw(ubyte* win, size_t* len, const(bn_st)* k, size_t w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rec_tnaf
void bn_rec_tnaf(byte* tnaf, size_t* len, const(bn_st)* k, byte u, size_t m, size_t w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rec_tnaf_get
void bn_rec_tnaf_get(ubyte* t, byte* beta, byte* gama, byte u, size_t w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rec_tnaf_mod
void bn_rec_tnaf_mod(bn_st* r0, bn_st* r1, const(bn_st)* k, int u, size_t m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rec_win
void bn_rec_win(ubyte* win, size_t* len, const(bn_st)* k, size_t w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_rsh
void bn_rsh(bn_st* c, const(bn_st)* a, uint bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_set_2b
void bn_set_2b(bn_st* a, size_t b)
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
void bn_set_bit(bn_st* a, uint bit, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_set_dig
void bn_set_dig(bn_st* a, ulong digit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_sign
int bn_sign(const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_size_bin
size_t bn_size_bin(const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_size_raw
size_t bn_size_raw(const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_size_str
size_t bn_size_str(const(bn_st)* a, uint radix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_smb_jac
int bn_smb_jac(const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_smb_leg
int bn_smb_leg(const(bn_st)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_sqr_basic
void bn_sqr_basic(bn_st* c, const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_sqr_comba
void bn_sqr_comba(bn_st* c, const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_sqr_karat
void bn_sqr_karat(bn_st* c, const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_srt
void bn_srt(bn_st* c, bn_st* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_sub
void bn_sub(bn_st* c, const(bn_st)* a, const(bn_st)* 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_dig
void bn_sub_dig(bn_st* c, const(bn_st)* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_trim
void bn_trim(bn_st* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_write_bin
void bn_write_bin(ubyte* bin, size_t len, const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_write_raw
void bn_write_raw(dig_t* raw, size_t len, const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_write_str
void bn_write_str(char* str, size_t len, const(bn_st)* a, uint radix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bn_zero
void bn_zero(bn_st* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- core_clean
int core_clean()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- core_get
ctx_t* core_get()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- core_init
int core_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- core_set
void core_set(ctx_t* _ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_amore_ans
int cp_amore_ans(gt_t* gs, const(g1_t)* c, const(ep_st)* x, const(ep2_st)* y, const(ep2_st)* d, const(g1_t)* p, const(g2_t)* q, size_t m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_amore_ask
int cp_amore_ask(bn_t* r, g1_t* c, ep_st* x, ep2_st* y, ep2_st* d, ep_st* u, ep2_st* v, const(bn_st)* s, const(fp6_t)* e, const(g1_t)* p, const(g2_t)* q, size_t m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_amore_gen
int cp_amore_gen(bn_st* s, fp6_t* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_amore_ver
int cp_amore_ver(gt_t* gs, const(bn_t)* c, const(fp6_t)* e, size_t m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bbs_gen
int cp_bbs_gen(bn_st* d, ep2_st* q, fp6_t* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bbs_sig
int cp_bbs_sig(ep_st* s, const(ubyte)* msg, size_t len, int hash, const(bn_st)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bbs_ver
int cp_bbs_ver(ep_st* s, const(ubyte)* msg, size_t len, int hash, const(ep2_st)* q, const(fp6_t)* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bdpe_dec
int cp_bdpe_dec(dig_t* _out, const(ubyte)* _in, size_t in_len, const(bdpe_st)* prv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bdpe_enc
int cp_bdpe_enc(ubyte* _out, size_t* out_len, ulong _in, const(bdpe_st)* pub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bdpe_gen
int cp_bdpe_gen(bdpe_st* pub, bdpe_st* prv, ulong block, size_t bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bgn_add
int cp_bgn_add(gt_t* e, const(gt_t)* c, const(gt_t)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bgn_dec
int cp_bgn_dec(dig_t* _out, const(gt_t)* _in, const(bgn_st)* prv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bgn_dec1
int cp_bgn_dec1(dig_t* _out, const(g1_t)* _in, const(bgn_st)* prv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bgn_dec2
int cp_bgn_dec2(dig_t* _out, const(g2_t)* _in, const(bgn_st)* prv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bgn_enc1
int cp_bgn_enc1(g1_t* _out, const(ulong) _in, const(bgn_st)* pub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bgn_enc2
int cp_bgn_enc2(g2_t* _out, const(ulong) _in, const(bgn_st)* pub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bgn_gen
int cp_bgn_gen(bgn_st* pub, bgn_st* prv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bgn_mul
int cp_bgn_mul(gt_t* e, const(g1_t)* c, const(g2_t)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bls_agg_sig
int cp_bls_agg_sig(ep_st* sig, ep2_st* a, const(ep_st)* s, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bls_agg_ver
int cp_bls_agg_ver(const(ep_st)* s, const(ubyte*)* m, const(size_t)* l, size_t size, const(g2_t)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bls_gen
int cp_bls_gen(bn_st* d, ep2_st* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bls_sig
int cp_bls_sig(ep_st* s, const(ubyte)* msg, size_t len, const(bn_st)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_bls_ver
int cp_bls_ver(const(ep_st)* s, const(ubyte)* msg, size_t len, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cades_ans
int cp_cades_ans(gt_t* g, const(ep_st)* t1, const(ep2_st)* t2, const(ep_st)* p, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cades_ask
int cp_cades_ask(bn_st* t, ep_st* t1, ep2_st* t2, fp6_t* e, const(ep_st)* p, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cades_ver
int cp_cades_ver(fp6_t* r, const(gt_t)* g, const(bn_st)* t, const(fp6_t)* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_clb_gen
int cp_clb_gen(bn_st* t, bn_st* u, bn_t* v, ep2_st* x, ep2_st* y, g2_t* z, size_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_clb_sig
int cp_clb_sig(ep_st* a, g1_t* A, ep_st* b, g1_t* B, ep_st* c, const(ubyte*)* ms, const(size_t)* ls, const(bn_st)* t, const(bn_st)* u, const(bn_t)* v, const(size_t) l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_clb_ver
int cp_clb_ver(const(ep_st)* a, const(g1_t)* A, const(ep_st)* b, const(g1_t)* B, const(ep_st)* c, const(ubyte*)* ms, const(size_t)* ls, const(ep2_st)* x, const(ep2_st)* y, const(g2_t)* z, size_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cli_gen
int cp_cli_gen(bn_st* t, bn_st* u, bn_st* v, ep2_st* x, ep2_st* y, ep2_st* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cli_sig
int cp_cli_sig(ep_st* a, ep_st* A, ep_st* b, ep_st* B, ep_st* c, const(ubyte)* msg, size_t len, const(bn_st)* r, const(bn_st)* t, const(bn_st)* u, const(bn_st)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cli_ver
int cp_cli_ver(ep_st* a, ep_st* A, ep_st* b, ep_st* B, ep_st* c, const(ubyte)* msg, size_t len, const(bn_st)* r, const(ep2_st)* x, const(ep2_st)* y, const(ep2_st)* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cls_gen
int cp_cls_gen(bn_st* u, bn_st* v, ep2_st* x, ep2_st* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cls_sig
int cp_cls_sig(ep_st* a, ep_st* b, ep_st* c, const(ubyte)* msg, size_t len, const(bn_st)* u, const(bn_st)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cls_ver
int cp_cls_ver(const(ep_st)* a, const(ep_st)* b, const(ep_st)* c, const(ubyte)* msg, size_t len, const(ep2_st)* x, const(ep2_st)* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cmlhs_evl
int cp_cmlhs_evl(ep_st* r, ep2_st* s, const(g1_t)* rs, const(g2_t)* ss, const(dig_t)* f, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cmlhs_fun
int cp_cmlhs_fun(ep_st* a, ep_st* c, const(g1_t)* as, const(g1_t)* cs, const(dig_t)* f, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cmlhs_gen
int cp_cmlhs_gen(bn_t* x, gt_t* hs, size_t len, ubyte* prf, size_t plen, bn_st* sk, ep2_st* pk, bn_st* d, ep2_st* y, int bls)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cmlhs_init
int cp_cmlhs_init(ep_st* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cmlhs_off
void cp_cmlhs_off(fp6_t* vk, const(ep_st)* h, const(int)* label, const(gt_t*)* hs, const(dig_t*)* f, const(size_t)* flen, size_t slen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cmlhs_onv
int cp_cmlhs_onv(const(ep_st)* r, const(ep2_st)* s, const(g1_t)* sig, const(g2_t)* z, const(g1_t)* a, const(g1_t)* c, const(bn_st)* msg, const(char)* data, const(ep_st)* h, const(fp6_t)* vk, const(g2_t)* y, const(g2_t)* pk, size_t slen, int bls)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cmlhs_sig
int cp_cmlhs_sig(ep_st* sig, ep2_st* z, ep_st* a, ep_st* c, ep_st* r, ep2_st* s, const(bn_st)* msg, const(char)* data, int label, const(bn_st)* x, const(ep_st)* h, const(ubyte)* prf, size_t plen, const(bn_st)* sk, const(bn_st)* d, int bls)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_cmlhs_ver
int cp_cmlhs_ver(const(ep_st)* r, const(ep2_st)* s, const(g1_t)* sig, const(g2_t)* z, const(g1_t)* a, const(g1_t)* c, const(bn_st)* m, const(char)* data, const(ep_st)* h, const(int)* label, const(gt_t*)* hs, const(dig_t*)* f, const(size_t)* flen, const(g2_t)* y, const(g2_t)* pk, size_t slen, int bls)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ecdh_gen
int cp_ecdh_gen(bn_st* d, ep_st* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ecdh_key
int cp_ecdh_key(ubyte* key, size_t key_len, const(bn_st)* d, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ecdsa_gen
int cp_ecdsa_gen(bn_st* d, ep_st* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ecdsa_sig
int cp_ecdsa_sig(bn_st* r, bn_st* s, const(ubyte)* msg, size_t len, int hash, const(bn_st)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ecdsa_ver
int cp_ecdsa_ver(const(bn_st)* r, const(bn_st)* s, const(ubyte)* msg, size_t len, int hash, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ecies_dec
int cp_ecies_dec(ubyte* _out, size_t* out_len, const(ep_st)* r, const(ubyte)* _in, size_t in_len, const(bn_st)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ecies_enc
int cp_ecies_enc(ep_st* r, ubyte* _out, size_t* out_len, const(ubyte)* _in, size_t in_len, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ecies_gen
int cp_ecies_gen(bn_st* d, ep_st* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ecmqv_gen
int cp_ecmqv_gen(bn_st* d, ep_st* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ecmqv_key
int cp_ecmqv_key(ubyte* key, size_t key_len, const(bn_st)* d1, const(bn_st)* d2, const(ep_st)* q2u, const(ep_st)* q1v, const(ep_st)* q2v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ecss_gen
int cp_ecss_gen(bn_st* d, ep_st* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ecss_sig
int cp_ecss_sig(bn_st* e, bn_st* s, const(ubyte)* msg, size_t len, const(bn_st)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ecss_ver
int cp_ecss_ver(bn_st* e, bn_st* s, const(ubyte)* msg, size_t len, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ers_ext
int cp_ers_ext(bn_st* td, ers_t* p, size_t* size, const(ubyte)* msg, size_t len, const(ep_st)* pk, const(ep_st)* pp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ers_gen
int cp_ers_gen(ep_st* pp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ers_gen_key
int cp_ers_gen_key(bn_st* sk, ep_st* pk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ers_sig
int cp_ers_sig(bn_st* td, ers_t* p, const(ubyte)* msg, size_t len, const(bn_st)* sk, const(ep_st)* pk, const(ep_st)* pp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ers_ver
int cp_ers_ver(const(bn_st)* td, const(ers_t)* s, size_t size, const(ubyte)* msg, size_t len, const(ep_st)* pp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_etrs_ext
int cp_etrs_ext(bn_t* td, bn_t* y, size_t max, etrs_t* p, size_t* size, const(ubyte)* msg, size_t len, const(ep_st)* pk, const(ep_st)* pp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_etrs_sig
int cp_etrs_sig(bn_t* td, bn_t* y, size_t max, etrs_st* p, const(ubyte)* msg, size_t len, const(bn_st)* sk, const(ep_st)* pk, const(ep_st)* pp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_etrs_uni
int cp_etrs_uni(int thres, bn_t* td, bn_t* y, int max, etrs_t* p, size_t* size, const(ubyte)* msg, size_t len, const(bn_st)* sk, const(ep_st)* pk, const(ep_st)* pp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_etrs_ver
int cp_etrs_ver(size_t thres, const(bn_t)* td, const(bn_t)* y, size_t max, const(etrs_t)* s, size_t size, const(ubyte)* msg, size_t len, const(ep_st)* pp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ghpe_dec
int cp_ghpe_dec(bn_st* m, const(bn_st)* c, const(bn_st)* pub, const(bn_st)* prv, size_t s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ghpe_enc
int cp_ghpe_enc(bn_st* c, const(bn_st)* m, const(bn_st)* pub, size_t s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ghpe_gen
int cp_ghpe_gen(bn_st* pub, bn_st* prv, size_t bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ibe_dec
int cp_ibe_dec(ubyte* _out, size_t* out_len, const(ubyte)* _in, size_t in_len, const(ep2_st)* prv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ibe_enc
int cp_ibe_enc(ubyte* _out, size_t* out_len, const(ubyte)* _in, size_t in_len, const(char)* id, const(ep_st)* pub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ibe_gen
int cp_ibe_gen(bn_st* master, ep_st* pub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ibe_gen_prv
int cp_ibe_gen_prv(ep2_st* prv, const(char)* id, const(bn_st)* master)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_lvprv_ans
int cp_lvprv_ans(gt_t* g, const(g1_t)* v1, const(g2_t)* w2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_lvprv_ask
int cp_lvprv_ask(g1_t* v1, g2_t* w2, const(bn_st)* c, const(ep_st)* p, const(ep2_st)* q, const(bn_t)* r, const(g1_t)* u1, const(g2_t)* u2, const(g2_t)* v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_lvprv_gen
int cp_lvprv_gen(bn_st* c, bn_t* r, g1_t* u1, g2_t* u2, g2_t* v2, gt_t* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_lvprv_ver
int cp_lvprv_ver(fp6_t* r, const(gt_t)* g, const(bn_st)* c, const(gt_t)* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_lvpub_ans
int cp_lvpub_ans(gt_t* g, const(ep_st)* p, const(ep2_st)* q, const(ep_st)* v1, const(ep2_st)* v2, const(ep2_st)* w2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_lvpub_ask
int cp_lvpub_ask(ep_st* v1, ep2_st* w2, const(bn_st)* c, const(ep_st)* p, const(ep2_st)* q, const(bn_st)* r, const(ep_st)* u1, const(ep2_st)* u2, const(ep2_st)* v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_lvpub_gen
int cp_lvpub_gen(bn_st* c, bn_st* r, ep_st* u1, ep2_st* u2, ep2_st* v2, fp6_t* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_lvpub_ver
int cp_lvpub_ver(fp6_t* r, const(gt_t)* g, const(bn_st)* c, const(fp6_t)* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mklhs_evl
int cp_mklhs_evl(ep_st* sig, const(g1_t)* s, const(dig_t)* f, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mklhs_fun
int cp_mklhs_fun(bn_st* mu, const(bn_t)* m, const(dig_t)* f, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mklhs_gen
int cp_mklhs_gen(bn_st* sk, ep2_st* pk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mklhs_off
int cp_mklhs_off(g1_t* h, dig_t* ft, const(char*)* id, const(char*)* tag, const(dig_t*)* f, const(size_t)* flen, size_t slen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mklhs_onv
int cp_mklhs_onv(const(ep_st)* sig, const(bn_st)* m, const(bn_t)* mu, const(char)* data, const(char*)* id, const(g1_t)* h, const(dig_t)* ft, const(g2_t)* pk, size_t slen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mklhs_sig
int cp_mklhs_sig(ep_st* s, const(bn_st)* m, const(char)* data, const(char)* id, const(char)* tag, const(bn_st)* sk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mklhs_ver
int cp_mklhs_ver(const(ep_st)* sig, const(bn_st)* m, const(bn_t)* mu, const(char)* data, const(char*)* id, const(char*)* tag, const(dig_t*)* f, const(size_t)* flen, const(g2_t)* pk, size_t slen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mpsb_bct
int cp_mpsb_bct(g2_t* x, void[2] y, size_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mpsb_gen
int cp_mpsb_gen(bn_t* r, void[2] s, ep2_st* h, g2_t* x, void[2] y, size_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mpsb_sig
int cp_mpsb_sig(ep_st* a, g1_t* b, void[2] m, const(bn_t)* r, void[2] s, const(mt_t)* mul_tri, const(mt_t)* sm_tri, size_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mpsb_ver
int cp_mpsb_ver(fp6_t* e, const(ep_st)* a, const(g1_t)* b, void[2] m, const(ep2_st)* h, const(ep2_st)* x, void[2] y, void[2] v, const(mt_t)* sm_tri, const(pt_t)* pc_tri, size_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mpss_bct
int cp_mpss_bct(g2_t* x, g2_t* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mpss_gen
int cp_mpss_gen(bn_t* r, bn_t* s, ep2_st* g, g2_t* x, g2_t* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mpss_sig
int cp_mpss_sig(ep_st* a, g1_t* b, const(bn_t)* m, const(bn_t)* r, const(bn_t)* s, const(mt_t)* mul_tri, const(mt_t)* sm_tri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mpss_ver
int cp_mpss_ver(fp6_t* e, const(ep_st)* a, const(g1_t)* b, const(bn_t)* m, const(ep2_st)* h, const(ep2_st)* x, const(ep2_st)* y, const(mt_t)* sm_tri, const(pt_t)* pc_tri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mvbat_ans
int cp_mvbat_ans(gt_t* as, gt_t* bs, const(g2_t)* qs, const(g1_t)* p, const(g2_t)* q, size_t m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mvbat_ask
int cp_mvbat_ask(bn_t* b, g2_t* qs, const(g2_t)* rs, const(g1_t)* p, const(g2_t)* q, size_t m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mvbat_gen
int cp_mvbat_gen(bn_t* l, ep2_st* r, g2_t* rs, size_t m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_mvbat_ver
int cp_mvbat_ver(gt_t* rs, const(gt_t)* as, const(gt_t)* bs, const(bn_t)* b, const(bn_t)* l, const(ep2_st)* r, const(g1_t)* p, size_t m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pbpsi_ans
int cp_pbpsi_ans(gt_t* t, g1_t* u, const(ep_st)* ss, const(ep2_st)* d, const(bn_t)* y, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pbpsi_ask
int cp_pbpsi_ask(g2_t* d, bn_st* r, const(bn_t)* x, const(g2_t)* s, size_t m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pbpsi_gen
int cp_pbpsi_gen(bn_st* sk, ep_st* ss, g2_t* s, size_t m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pbpsi_int
int cp_pbpsi_int(bn_t* z, size_t* len, const(g2_t)* d, const(bn_t)* x, size_t m, const(gt_t)* t, const(g1_t)* u, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pdbat_ans
int cp_pdbat_ans(gt_t* w, const(g1_t)* z, const(ep2_st)* c, const(ep_st)* u, const(g1_t)* p, const(g2_t)* q, size_t m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pdbat_ask
int cp_pdbat_ask(bn_t* l, bn_t* b, g1_t* z, ep2_st* c, const(ep_st)* u, const(ep2_st)* v, const(g1_t)* p, const(g2_t)* q, size_t m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pdbat_gen
int cp_pdbat_gen(ep_st* u, ep2_st* v, fp6_t* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pdbat_ver
int cp_pdbat_ver(gt_t* rs, const(gt_t)* w, const(bn_t)* b, const(fp6_t)* e, size_t m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pdprv_ans
int cp_pdprv_ans(gt_t* g, const(g1_t)* v1, const(g2_t)* w2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pdprv_ask
int cp_pdprv_ask(g1_t* v1, g2_t* w2, const(ep_st)* p, const(ep2_st)* q, const(bn_st)* c, const(bn_t)* r, const(g1_t)* u1, const(g2_t)* u2, const(g2_t)* v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pdprv_gen
int cp_pdprv_gen(bn_st* c, bn_t* r, g1_t* u1, g2_t* u2, g2_t* v2, gt_t* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pdprv_ver
int cp_pdprv_ver(fp6_t* r, const(gt_t)* g, const(bn_st)* c, const(gt_t)* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pdpub_ans
int cp_pdpub_ans(gt_t* g, const(ep_st)* p, const(ep2_st)* q, const(ep_st)* v1, const(ep2_st)* v2, const(ep2_st)* w2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pdpub_ask
int cp_pdpub_ask(ep_st* v1, ep2_st* w2, const(ep_st)* p, const(ep2_st)* q, const(bn_st)* c, const(bn_st)* r, const(ep_st)* u1, const(ep2_st)* u2, const(ep2_st)* v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pdpub_gen
int cp_pdpub_gen(bn_st* c, bn_st* r, ep_st* u1, ep2_st* u2, ep2_st* v2, fp6_t* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pdpub_ver
int cp_pdpub_ver(fp6_t* r, const(gt_t)* g, const(bn_st)* c, const(fp6_t)* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_ped_com
int cp_ped_com(ep_st* c, ep_st* h, bn_st* r, bn_st* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_phpe_add
int cp_phpe_add(bn_st* r, const(bn_st)* c, const(bn_st)* d, const(bn_st)* pub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_phpe_dec
int cp_phpe_dec(bn_st* m, const(bn_st)* c, const(crt_st)* prv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_phpe_enc
int cp_phpe_enc(bn_st* c, const(bn_st)* m, const(bn_st)* pub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_phpe_gen
int cp_phpe_gen(bn_st* pub, crt_st* prv, size_t bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pokdl_prv
int cp_pokdl_prv(bn_st* c, bn_st* r, const(ep_st)* y, const(bn_st)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pokdl_ver
int cp_pokdl_ver(const(bn_st)* c, const(bn_st)* r, const(ep_st)* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pokor_prv
int cp_pokor_prv(bn_t* c, bn_t* r, const(ec_t)* y, const(bn_st)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pokor_ver
int cp_pokor_ver(const(bn_t)* c, const(bn_t)* r, const(ec_t)* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_psb_gen
int cp_psb_gen(bn_st* r, bn_t* s, ep2_st* g, ep2_st* x, g2_t* y, size_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_psb_sig
int cp_psb_sig(ep_st* a, ep_st* b, const(bn_t)* ms, const(bn_st)* r, const(bn_t)* s, size_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_psb_ver
int cp_psb_ver(const(ep_st)* a, const(ep_st)* b, const(bn_t)* ms, const(ep2_st)* g, const(ep2_st)* x, const(g2_t)* y, size_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pss_gen
int cp_pss_gen(bn_st* u, bn_st* v, ep2_st* g, ep2_st* x, ep2_st* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pss_sig
int cp_pss_sig(ep_st* a, ep_st* b, const(bn_st)* m, const(bn_st)* u, const(bn_st)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_pss_ver
int cp_pss_ver(const(ep_st)* a, const(ep_st)* b, const(bn_st)* m, const(ep2_st)* g, const(ep2_st)* x, const(ep2_st)* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_rabin_dec
int cp_rabin_dec(ubyte* _out, size_t* out_len, const(ubyte)* _in, size_t in_len, const(crt_st)* prv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_rabin_enc
int cp_rabin_enc(ubyte* _out, size_t* out_len, const(ubyte)* _in, size_t in_len, const(crt_st)* pub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_rabin_gen
int cp_rabin_gen(crt_st* pub, crt_st* prv, size_t bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_rsa_dec
int cp_rsa_dec(ubyte* _out, size_t* out_len, const(ubyte)* _in, size_t in_len, const(_rsa_st)* prv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_rsa_enc
int cp_rsa_enc(ubyte* _out, size_t* out_len, const(ubyte)* _in, size_t in_len, const(_rsa_st)* pub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_rsa_gen
int cp_rsa_gen(_rsa_st* pub, _rsa_st* prv, size_t bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_rsa_sig
int cp_rsa_sig(ubyte* sig, size_t* sig_len, const(ubyte)* msg, size_t msg_len, int hash, const(_rsa_st)* prv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_rsa_ver
int cp_rsa_ver(ubyte* sig, size_t sig_len, const(ubyte)* msg, size_t msg_len, int hash, const(_rsa_st)* pub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_rsapsi_ans
int cp_rsapsi_ans(bn_t* t, bn_t* u, const(bn_st)* d, const(bn_st)* g, const(bn_st)* n, const(bn_t)* y, size_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_rsapsi_ask
int cp_rsapsi_ask(bn_st* d, bn_st* r, bn_t* p, const(bn_st)* g, const(bn_st)* n, const(bn_t)* x, size_t m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_rsapsi_gen
int cp_rsapsi_gen(bn_st* g, bn_st* n, size_t bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_rsapsi_int
int cp_rsapsi_int(bn_t* z, size_t* len, const(bn_st)* r, const(bn_t)* p, const(bn_st)* n, const(bn_t)* x, const(size_t) m, const(bn_t)* t, const(bn_t)* u, size_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_shipsi_ans
int cp_shipsi_ans(bn_t* t, bn_st* u, bn_st* d, const(bn_st)* g, const(crt_st)* crt, const(bn_t)* y, const(size_t) n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_shipsi_ask
int cp_shipsi_ask(bn_st* d, bn_st* r, bn_t* p, const(bn_st)* g, const(bn_st)* n, const(bn_t)* x, size_t m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_shipsi_gen
int cp_shipsi_gen(bn_st* g, crt_st* crt, size_t bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_shipsi_int
int cp_shipsi_int(bn_t* z, size_t* len, const(bn_st)* r, const(bn_t)* p, const(bn_st)* n, const(bn_t)* x, size_t m, const(bn_t)* t, const(bn_st)* u, size_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_shpe_dec
int cp_shpe_dec(bn_st* m, const(bn_st)* c, const(shpe_st)* prv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_shpe_enc
int cp_shpe_enc(bn_st* c, const(bn_st)* m, const(shpe_st)* pub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_shpe_enc_prv
int cp_shpe_enc_prv(bn_st* c, const(bn_st)* m, const(shpe_st)* prv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_shpe_gen
int cp_shpe_gen(shpe_st* pub, shpe_st* prv, size_t sbits, size_t nbits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_smlers_ext
int cp_smlers_ext(bn_st* td, smlers_t* p, size_t* size, const(ubyte)* msg, size_t len, const(ep_st)* pk, const(ep_st)* pp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_smlers_sig
int cp_smlers_sig(bn_st* td, smlers_t* p, const(ubyte)* msg, size_t len, const(bn_st)* sk, const(ep_st)* pk, const(ep_st)* pp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_smlers_ver
int cp_smlers_ver(bn_st* td, smlers_t* s, size_t size, const(ubyte)* msg, size_t len, const(ep_st)* pp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_sokaka_gen
int cp_sokaka_gen(bn_st* master)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_sokaka_gen_prv
int cp_sokaka_gen_prv(sokaka_st* k, const(char)* id, bn_st* master)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_sokaka_key
int cp_sokaka_key(ubyte* key, size_t key_len, const(char)* id1, const(sokaka_st)* k, const(char)* id2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_sokdl_sig
int cp_sokdl_sig(bn_st* c, bn_st* r, const(ubyte)* msg, size_t len, const(ep_st)* y, const(bn_st)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_sokdl_ver
int cp_sokdl_ver(const(bn_st)* c, const(bn_st)* r, const(ubyte)* msg, size_t len, const(ep_st)* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_sokor_sig
int cp_sokor_sig(bn_t* c, bn_t* r, const(ubyte)* msg, size_t len, const(ec_t)* y, const(ec_t)* g, const(bn_st)* x, int first)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_sokor_ver
int cp_sokor_ver(const(bn_t)* c, const(bn_t)* r, const(ubyte)* msg, size_t len, const(ec_t)* y, const(ec_t)* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_vbnn_gen
int cp_vbnn_gen(bn_st* msk, ep_st* mpk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_vbnn_gen_prv
int cp_vbnn_gen_prv(bn_st* sk, ep_st* pk, const(bn_st)* msk, const(ubyte)* id, size_t id_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_vbnn_sig
int cp_vbnn_sig(ep_st* r, bn_st* z, bn_st* h, const(ubyte)* id, size_t id_len, const(ubyte)* msg, int msg_len, const(bn_st)* sk, const(ep_st)* pk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_vbnn_ver
int cp_vbnn_ver(const(ep_st)* r, const(bn_st)* z, const(bn_st)* h, const(ubyte)* id, size_t id_len, const(ubyte)* msg, int msg_len, const(ep_st)* mpk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_zss_gen
int cp_zss_gen(bn_st* d, ep_st* q, fp6_t* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_zss_sig
int cp_zss_sig(ep2_st* s, const(ubyte)* msg, size_t len, int hash, const(bn_st)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cp_zss_ver
int cp_zss_ver(const(ep2_st)* s, const(ubyte)* msg, size_t len, int hash, const(ep_st)* q, const(fp6_t)* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dv_cmp
int dv_cmp(const(dig_t)* a, const(dig_t)* b, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dv_cmp_sec
int dv_cmp_sec(const(dig_t)* a, const(dig_t)* b, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dv_copy
void dv_copy(dig_t* c, const(dig_t)* a, size_t digits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dv_copy_sec
void dv_copy_sec(dig_t* c, const(dig_t)* a, size_t digits, ulong bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dv_lshd
void dv_lshd(dig_t* c, const(dig_t)* a, size_t size, uint digits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dv_print
void dv_print(const(dig_t)* a, size_t digits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dv_rshd
void dv_rshd(dig_t* c, const(dig_t)* a, size_t size, uint digits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dv_swap_sec
void dv_swap_sec(dig_t* c, dig_t* a, size_t digits, ulong bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dv_zero
void dv_zero(dig_t* a, size_t digits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_add_basic
void eb_add_basic(eb_t* r, const(eb_t)* p, const(eb_t)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_add_projc
void eb_add_projc(eb_t* r, const(eb_t)* p, const(eb_t)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_blind
void eb_blind(eb_t* r, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_cmp
int eb_cmp(const(eb_t)* p, const(eb_t)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_copy
void eb_copy(eb_t* r, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_curve_clean
void eb_curve_clean()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_curve_get_a
dig_t* eb_curve_get_a()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_curve_get_b
dig_t* eb_curve_get_b()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_curve_get_cof
void eb_curve_get_cof(bn_st* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_curve_get_gen
void eb_curve_get_gen(eb_t* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_curve_get_ord
void eb_curve_get_ord(bn_st* n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_curve_get_tab
const(eb_t)* eb_curve_get_tab()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_curve_init
void eb_curve_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_curve_is_kbltz
int eb_curve_is_kbltz()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_curve_opt_a
int eb_curve_opt_a()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_curve_opt_b
int eb_curve_opt_b()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_curve_set
void eb_curve_set(const(dig_t)* a, const(dig_t)* b, const(eb_t)* g, const(bn_st)* n, const(bn_st)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_dbl_basic
void eb_dbl_basic(eb_t* r, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_dbl_projc
void eb_dbl_projc(eb_t* r, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_frb
void eb_frb(eb_t* r, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_hlv
void eb_hlv(eb_t* r, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_is_infty
int eb_is_infty(const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_map
void eb_map(eb_t* p, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_basic
void eb_mul_basic(eb_t* r, const(eb_t)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_dig
void eb_mul_dig(eb_t* r, const(eb_t)* p, const(ulong) k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_fix_basic
void eb_mul_fix_basic(eb_t* r, const(eb_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_fix_combd
void eb_mul_fix_combd(eb_t* r, const(eb_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_fix_combs
void eb_mul_fix_combs(eb_t* r, const(eb_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_fix_lwnaf
void eb_mul_fix_lwnaf(eb_t* r, const(eb_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_fix_nafwi
void eb_mul_fix_nafwi(eb_t* r, const(eb_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_fix_yaowi
void eb_mul_fix_yaowi(eb_t* r, const(eb_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_gen
void eb_mul_gen(eb_t* r, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_halve
void eb_mul_halve(eb_t* r, const(eb_t)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_lodah
void eb_mul_lodah(eb_t* r, const(eb_t)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_lwnaf
void eb_mul_lwnaf(eb_t* r, const(eb_t)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_pre_basic
void eb_mul_pre_basic(eb_t* t, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_pre_combd
void eb_mul_pre_combd(eb_t* t, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_pre_combs
void eb_mul_pre_combs(eb_t* t, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_pre_lwnaf
void eb_mul_pre_lwnaf(eb_t* t, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_pre_nafwi
void eb_mul_pre_nafwi(eb_t* t, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_pre_yaowi
void eb_mul_pre_yaowi(eb_t* t, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_rwnaf
void eb_mul_rwnaf(eb_t* r, const(eb_t)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_sim_basic
void eb_mul_sim_basic(eb_t* r, const(eb_t)* p, const(bn_st)* k, const(eb_t)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_sim_gen
void eb_mul_sim_gen(eb_t* r, const(bn_st)* k, const(eb_t)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_sim_inter
void eb_mul_sim_inter(eb_t* r, const(eb_t)* p, const(bn_st)* k, const(eb_t)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_sim_joint
void eb_mul_sim_joint(eb_t* r, const(eb_t)* p, const(bn_st)* k, const(eb_t)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_mul_sim_trick
void eb_mul_sim_trick(eb_t* r, const(eb_t)* p, const(bn_st)* k, const(eb_t)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_neg_basic
void eb_neg_basic(eb_t* r, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_neg_projc
void eb_neg_projc(eb_t* r, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_norm
void eb_norm(eb_t* r, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_norm_sim
void eb_norm_sim(eb_t* r, const(eb_t)* t, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_on_curve
int eb_on_curve(const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_param_get
int eb_param_get()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_param_level
int eb_param_level()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_param_print
void eb_param_print()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_param_set
void eb_param_set(int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_param_set_any
int eb_param_set_any()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_param_set_any_kbltz
int eb_param_set_any_kbltz()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_param_set_any_plain
int eb_param_set_any_plain()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_pck
void eb_pck(eb_t* r, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_print
void eb_print(const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_rand
void eb_rand(eb_t* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_read_bin
void eb_read_bin(eb_t* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_rhs
void eb_rhs(dig_t* rhs, const(dig_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_set_infty
void eb_set_infty(eb_t* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_size_bin
size_t eb_size_bin(const(eb_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_sub_basic
void eb_sub_basic(eb_t* r, const(eb_t)* p, const(eb_t)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_sub_projc
void eb_sub_projc(eb_t* r, const(eb_t)* p, const(eb_t)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_tab
void eb_tab(eb_t* t, const(eb_t)* p, int w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_upk
int eb_upk(eb_t* r, const(eb_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eb_write_bin
void eb_write_bin(ubyte* bin, size_t len, const(eb_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_add_basic
void ed_add_basic(ed_st* r, const(ed_st)* p, const(ed_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_add_extnd
void ed_add_extnd(ed_st* r, const(ed_st)* p, const(ed_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_add_projc
void ed_add_projc(ed_st* r, const(ed_st)* p, const(ed_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_blind
void ed_blind(ed_st* r, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_cmp
int ed_cmp(const(ed_st)* p, const(ed_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_copy
void ed_copy(ed_st* r, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_curve_clean
void ed_curve_clean()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_curve_get_cof
void ed_curve_get_cof(bn_st* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_curve_get_gen
void ed_curve_get_gen(ed_st* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_curve_get_ord
void ed_curve_get_ord(bn_st* r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_curve_get_tab
const(ed_t)* ed_curve_get_tab()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_curve_init
void ed_curve_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_dbl_basic
void ed_dbl_basic(ed_st* r, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_dbl_extnd
void ed_dbl_extnd(ed_st* r, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_dbl_projc
void ed_dbl_projc(ed_st* r, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_is_infty
int ed_is_infty(const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_map
void ed_map(ed_st* p, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_map_dst
void ed_map_dst(ed_st* p, const(ubyte)* msg, size_t len, const(ubyte)* dst, size_t dst_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_basic
void ed_mul_basic(ed_st* r, const(ed_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_dig
void ed_mul_dig(ed_st* r, const(ed_st)* p, ulong k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_fix_basic
void ed_mul_fix_basic(ed_st* r, const(ed_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_fix_combd
void ed_mul_fix_combd(ed_st* r, const(ed_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_fix_combs
void ed_mul_fix_combs(ed_st* r, const(ed_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_fix_lwnaf
void ed_mul_fix_lwnaf(ed_st* r, const(ed_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_fix_lwnaf_mixed
void ed_mul_fix_lwnaf_mixed(ed_st* r, const(ed_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_fix_nafwi
void ed_mul_fix_nafwi(ed_st* r, const(ed_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_fix_yaowi
void ed_mul_fix_yaowi(ed_st* r, const(ed_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_gen
void ed_mul_gen(ed_st* r, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_lwnaf
void ed_mul_lwnaf(ed_st* r, const(ed_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_lwreg
void ed_mul_lwreg(ed_st* r, const(ed_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_monty
void ed_mul_monty(ed_st* r, const(ed_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_pre_basic
void ed_mul_pre_basic(ed_t* t, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_pre_combd
void ed_mul_pre_combd(ed_t* t, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_pre_combs
void ed_mul_pre_combs(ed_t* t, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_pre_lwnaf
void ed_mul_pre_lwnaf(ed_t* t, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_pre_nafwi
void ed_mul_pre_nafwi(ed_t* t, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_pre_yaowi
void ed_mul_pre_yaowi(ed_t* t, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_sim_basic
void ed_mul_sim_basic(ed_st* r, const(ed_st)* p, const(bn_st)* k, const(ed_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_sim_gen
void ed_mul_sim_gen(ed_st* r, const(bn_st)* k, const(ed_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_sim_inter
void ed_mul_sim_inter(ed_st* r, const(ed_st)* p, const(bn_st)* k, const(ed_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_sim_joint
void ed_mul_sim_joint(ed_st* r, const(ed_st)* p, const(bn_st)* k, const(ed_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_sim_lot
void ed_mul_sim_lot(ed_st* r, const(ed_t)* p, const(bn_t)* k, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_sim_trick
void ed_mul_sim_trick(ed_st* r, const(ed_st)* p, const(bn_st)* k, const(ed_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_mul_slide
void ed_mul_slide(ed_st* r, const(ed_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_neg_basic
void ed_neg_basic(ed_st* r, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_neg_projc
void ed_neg_projc(ed_st* r, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_norm
void ed_norm(ed_st* r, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_norm_sim
void ed_norm_sim(ed_t* r, const(ed_t)* t, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_on_curve
int ed_on_curve(const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_param_get
int ed_param_get()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_param_level
int ed_param_level()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_param_print
void ed_param_print()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_param_set
void ed_param_set(int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_param_set_any
int ed_param_set_any()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_pck
void ed_pck(ed_st* r, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_print
void ed_print(const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_rand
void ed_rand(ed_st* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_read_bin
void ed_read_bin(ed_st* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_rhs
void ed_rhs(dig_t* rhs, const(dig_t)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_set_infty
void ed_set_infty(ed_st* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_size_bin
size_t ed_size_bin(const(ed_st)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_sub_basic
void ed_sub_basic(ed_st* r, const(ed_st)* p, const(ed_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_sub_extnd
void ed_sub_extnd(ed_st* r, const(ed_st)* p, const(ed_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_sub_projc
void ed_sub_projc(ed_st* r, const(ed_st)* p, const(ed_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_tab
void ed_tab(ed_t* t, const(ed_st)* p, int w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_upk
int ed_upk(ed_st* r, const(ed_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ed_write_bin
void ed_write_bin(ubyte* bin, size_t len, const(ed_st)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_add_basic
void ep2_add_basic(ep2_st* r, const(ep2_st)* p, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_add_jacob
void ep2_add_jacob(ep2_st* r, const(ep2_st)* p, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_add_projc
void ep2_add_projc(ep2_st* r, const(ep2_st)* p, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_add_slp_basic
void ep2_add_slp_basic(ep2_st* r, fp_t* s, const(ep2_st)* p, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_blind
void ep2_blind(ep2_st* r, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_cmp
int ep2_cmp(const(ep2_st)* p, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_copy
void ep2_copy(ep2_st* r, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_clean
void ep2_curve_clean()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_get_a
fp_t* ep2_curve_get_a()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_get_b
fp_t* ep2_curve_get_b()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_get_cof
void ep2_curve_get_cof(bn_st* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_get_gen
void ep2_curve_get_gen(ep2_st* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_get_iso
iso2_t* ep2_curve_get_iso()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_get_ord
void ep2_curve_get_ord(bn_st* n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_get_tab
ep2_t* ep2_curve_get_tab()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_init
void ep2_curve_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_is_ctmap
int ep2_curve_is_ctmap()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_is_twist
int ep2_curve_is_twist()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_mul_a
void ep2_curve_mul_a(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_mul_b
void ep2_curve_mul_b(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_opt_a
int ep2_curve_opt_a()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_opt_b
int ep2_curve_opt_b()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_set
void ep2_curve_set(const(fp_t)* a, const(fp_t)* b, const(ep2_st)* g, const(bn_st)* r, const(bn_st)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_curve_set_twist
void ep2_curve_set_twist(int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_dbl_basic
void ep2_dbl_basic(ep2_st* r, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_dbl_jacob
void ep2_dbl_jacob(ep2_st* r, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_dbl_projc
void ep2_dbl_projc(ep2_st* r, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_dbl_slp_basic
void ep2_dbl_slp_basic(ep2_st* r, fp_t* s, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_frb
void ep2_frb(ep2_st* r, const(ep2_st)* p, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_is_infty
int ep2_is_infty(const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_map_basic
void ep2_map_basic(ep2_st* p, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_map_sswum
void ep2_map_sswum(ep2_st* p, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_map_swift
void ep2_map_swift(ep2_st* p, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_basic
void ep2_mul_basic(ep2_st* r, const(ep2_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_cof
void ep2_mul_cof(ep2_st* r, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_dig
void ep2_mul_dig(ep2_st* r, const(ep2_st)* p, const(ulong) k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_fix_basic
void ep2_mul_fix_basic(ep2_st* r, const(ep2_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_fix_combd
void ep2_mul_fix_combd(ep2_st* r, const(ep2_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_fix_combs
void ep2_mul_fix_combs(ep2_st* r, const(ep2_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_fix_lwnaf
void ep2_mul_fix_lwnaf(ep2_st* r, const(ep2_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_fix_nafwi
void ep2_mul_fix_nafwi(ep2_st* r, const(ep2_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_fix_yaowi
void ep2_mul_fix_yaowi(ep2_st* r, const(ep2_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_gen
void ep2_mul_gen(ep2_st* r, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_lwnaf
void ep2_mul_lwnaf(ep2_st* r, const(ep2_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_lwreg
void ep2_mul_lwreg(ep2_st* r, const(ep2_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_monty
void ep2_mul_monty(ep2_st* r, const(ep2_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_pre_basic
void ep2_mul_pre_basic(ep2_t* t, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_pre_combd
void ep2_mul_pre_combd(ep2_t* t, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_pre_combs
void ep2_mul_pre_combs(ep2_t* t, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_pre_lwnaf
void ep2_mul_pre_lwnaf(ep2_t* t, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_pre_nafwi
void ep2_mul_pre_nafwi(ep2_t* t, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_pre_yaowi
void ep2_mul_pre_yaowi(ep2_t* t, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_sim_basic
void ep2_mul_sim_basic(ep2_st* r, const(ep2_st)* p, const(bn_st)* k, const(ep2_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_sim_dig
void ep2_mul_sim_dig(ep2_st* r, const(ep2_t)* p, const(dig_t)* k, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_sim_gen
void ep2_mul_sim_gen(ep2_st* r, const(bn_st)* k, const(ep2_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_sim_inter
void ep2_mul_sim_inter(ep2_st* r, const(ep2_st)* p, const(bn_st)* k, const(ep2_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_sim_joint
void ep2_mul_sim_joint(ep2_st* r, const(ep2_st)* p, const(bn_st)* k, const(ep2_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_sim_lot
void ep2_mul_sim_lot(ep2_st* r, const(ep2_t)* p, const(bn_t)* k, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_sim_trick
void ep2_mul_sim_trick(ep2_st* r, const(ep2_st)* p, const(bn_st)* k, const(ep2_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_mul_slide
void ep2_mul_slide(ep2_st* r, const(ep2_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_neg
void ep2_neg(ep2_st* r, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_norm
void ep2_norm(ep2_st* r, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_norm_sim
void ep2_norm_sim(ep2_t* r, const(ep2_t)* t, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_on_curve
int ep2_on_curve(const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_pck
void ep2_pck(ep2_st* r, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_print
void ep2_print(const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_rand
void ep2_rand(ep2_st* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_read_bin
void ep2_read_bin(ep2_st* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_rhs
void ep2_rhs(fp_t* rhs, const(fp_t)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_set_infty
void ep2_set_infty(ep2_st* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_size_bin
size_t ep2_size_bin(const(ep2_st)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_sub
void ep2_sub(ep2_st* r, const(ep2_st)* p, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_tab
void ep2_tab(ep2_t* t, const(ep2_st)* p, int w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_upk
int ep2_upk(ep2_st* r, const(ep2_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep2_write_bin
void ep2_write_bin(ubyte* bin, size_t len, const(ep2_st)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_add_basic
void ep3_add_basic(ep3_st* r, const(ep3_st)* p, const(ep3_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_add_jacob
void ep3_add_jacob(ep3_st* r, const(ep3_st)* p, const(ep3_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_add_projc
void ep3_add_projc(ep3_st* r, const(ep3_st)* p, const(ep3_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_add_slp_basic
void ep3_add_slp_basic(ep3_st* r, fp_t* s, const(ep3_st)* p, const(ep3_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_blind
void ep3_blind(ep3_st* r, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_cmp
int ep3_cmp(const(ep3_st)* p, const(ep3_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_copy
void ep3_copy(ep3_st* r, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_curve_clean
void ep3_curve_clean()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_curve_get_a
fp_t* ep3_curve_get_a()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_curve_get_b
fp_t* ep3_curve_get_b()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_curve_get_cof
void ep3_curve_get_cof(bn_st* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_curve_get_gen
void ep3_curve_get_gen(ep3_st* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_curve_get_ord
void ep3_curve_get_ord(bn_st* n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_curve_get_tab
ep3_t* ep3_curve_get_tab()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_curve_init
void ep3_curve_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_curve_is_twist
int ep3_curve_is_twist()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_curve_mul_a
void ep3_curve_mul_a(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_curve_mul_b
void ep3_curve_mul_b(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_curve_opt_a
int ep3_curve_opt_a()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_curve_opt_b
int ep3_curve_opt_b()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_curve_set
void ep3_curve_set(const(fp_t)* a, const(fp_t)* b, const(ep3_st)* g, const(bn_st)* r, const(bn_st)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_curve_set_twist
void ep3_curve_set_twist(int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_dbl_basic
void ep3_dbl_basic(ep3_st* r, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_dbl_jacob
void ep3_dbl_jacob(ep3_st* r, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_dbl_projc
void ep3_dbl_projc(ep3_st* r, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_dbl_slp_basic
void ep3_dbl_slp_basic(ep3_st* r, fp_t* s, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_frb
void ep3_frb(ep3_st* r, const(ep3_st)* p, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_is_infty
int ep3_is_infty(const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_map
void ep3_map(ep3_st* p, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_basic
void ep3_mul_basic(ep3_st* r, const(ep3_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_cof
void ep3_mul_cof(ep3_st* r, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_dig
void ep3_mul_dig(ep3_st* r, const(ep3_st)* p, const(ulong) k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_fix_basic
void ep3_mul_fix_basic(ep3_st* r, const(ep3_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_fix_combd
void ep3_mul_fix_combd(ep3_st* r, const(ep3_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_fix_combs
void ep3_mul_fix_combs(ep3_st* r, const(ep3_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_fix_lwnaf
void ep3_mul_fix_lwnaf(ep3_st* r, const(ep3_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_fix_nafwi
void ep3_mul_fix_nafwi(ep3_st* r, const(ep3_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_fix_yaowi
void ep3_mul_fix_yaowi(ep3_st* r, const(ep3_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_gen
void ep3_mul_gen(ep3_st* r, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_lwnaf
void ep3_mul_lwnaf(ep3_st* r, const(ep3_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_lwreg
void ep3_mul_lwreg(ep3_st* r, const(ep3_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_monty
void ep3_mul_monty(ep3_st* r, const(ep3_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_pre_basic
void ep3_mul_pre_basic(ep3_t* t, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_pre_combd
void ep3_mul_pre_combd(ep3_t* t, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_pre_combs
void ep3_mul_pre_combs(ep3_t* t, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_pre_lwnaf
void ep3_mul_pre_lwnaf(ep3_t* t, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_pre_nafwi
void ep3_mul_pre_nafwi(ep3_t* t, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_pre_yaowi
void ep3_mul_pre_yaowi(ep3_t* t, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_sim_basic
void ep3_mul_sim_basic(ep3_st* r, const(ep3_st)* p, const(bn_st)* k, const(ep3_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_sim_dig
void ep3_mul_sim_dig(ep3_st* r, const(ep3_t)* p, const(dig_t)* k, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_sim_gen
void ep3_mul_sim_gen(ep3_st* r, const(bn_st)* k, const(ep3_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_sim_inter
void ep3_mul_sim_inter(ep3_st* r, const(ep3_st)* p, const(bn_st)* k, const(ep3_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_sim_joint
void ep3_mul_sim_joint(ep3_st* r, const(ep3_st)* p, const(bn_st)* k, const(ep3_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_sim_lot
void ep3_mul_sim_lot(ep3_st* r, const(ep3_t)* p, const(bn_t)* k, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_sim_trick
void ep3_mul_sim_trick(ep3_st* r, const(ep3_st)* p, const(bn_st)* k, const(ep3_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_mul_slide
void ep3_mul_slide(ep3_st* r, const(ep3_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_neg
void ep3_neg(ep3_st* r, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_norm
void ep3_norm(ep3_st* r, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_norm_sim
void ep3_norm_sim(ep3_t* r, const(ep3_t)* t, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_on_curve
int ep3_on_curve(const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_pck
void ep3_pck(ep3_st* r, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_print
void ep3_print(const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_rand
void ep3_rand(ep3_st* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_read_bin
void ep3_read_bin(ep3_st* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_rhs
void ep3_rhs(fp_t* rhs, const(fp_t)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_set_infty
void ep3_set_infty(ep3_st* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_size_bin
size_t ep3_size_bin(const(ep3_st)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_sub
void ep3_sub(ep3_st* r, const(ep3_st)* p, const(ep3_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_tab
void ep3_tab(ep3_t* t, const(ep3_st)* p, int w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_upk
int ep3_upk(ep3_st* r, const(ep3_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep3_write_bin
void ep3_write_bin(ubyte* bin, size_t len, const(ep3_st)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_add_basic
void ep4_add_basic(ep4_st* r, const(ep4_st)* p, const(ep4_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_add_jacob
void ep4_add_jacob(ep4_st* r, const(ep4_st)* p, const(ep4_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_add_projc
void ep4_add_projc(ep4_st* r, const(ep4_st)* p, const(ep4_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_add_slp_basic
void ep4_add_slp_basic(ep4_st* r, fp2_t* s, const(ep4_st)* p, const(ep4_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_blind
void ep4_blind(ep4_st* r, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_cmp
int ep4_cmp(const(ep4_st)* p, const(ep4_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_copy
void ep4_copy(ep4_st* r, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_curve_clean
void ep4_curve_clean()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_curve_get_a
fp2_t* ep4_curve_get_a()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_curve_get_b
fp2_t* ep4_curve_get_b()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_curve_get_cof
void ep4_curve_get_cof(bn_st* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_curve_get_gen
void ep4_curve_get_gen(ep4_st* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_curve_get_ord
void ep4_curve_get_ord(bn_st* n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_curve_get_tab
ep4_t* ep4_curve_get_tab()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_curve_init
void ep4_curve_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_curve_is_twist
int ep4_curve_is_twist()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_curve_mul_a
void ep4_curve_mul_a(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_curve_mul_b
void ep4_curve_mul_b(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_curve_opt_a
int ep4_curve_opt_a()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_curve_opt_b
int ep4_curve_opt_b()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_curve_set
void ep4_curve_set(const(fp2_t)* a, const(fp2_t)* b, const(ep4_st)* g, const(bn_st)* r, const(bn_st)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_curve_set_twist
void ep4_curve_set_twist(int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_dbl_basic
void ep4_dbl_basic(ep4_st* r, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_dbl_jacob
void ep4_dbl_jacob(ep4_st* r, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_dbl_projc
void ep4_dbl_projc(ep4_st* r, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_dbl_slp_basic
void ep4_dbl_slp_basic(ep4_st* r, fp2_t* s, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_frb
void ep4_frb(ep4_st* r, const(ep4_st)* p, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_is_infty
int ep4_is_infty(const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_map
void ep4_map(ep4_st* p, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_basic
void ep4_mul_basic(ep4_st* r, const(ep4_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_cof
void ep4_mul_cof(ep4_st* r, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_dig
void ep4_mul_dig(ep4_st* r, const(ep4_st)* p, const(ulong) k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_fix_basic
void ep4_mul_fix_basic(ep4_st* r, const(ep4_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_fix_combd
void ep4_mul_fix_combd(ep4_st* r, const(ep4_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_fix_combs
void ep4_mul_fix_combs(ep4_st* r, const(ep4_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_fix_lwnaf
void ep4_mul_fix_lwnaf(ep4_st* r, const(ep4_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_fix_nafwi
void ep4_mul_fix_nafwi(ep4_st* r, const(ep4_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_fix_yaowi
void ep4_mul_fix_yaowi(ep4_st* r, const(ep4_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_gen
void ep4_mul_gen(ep4_st* r, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_lwnaf
void ep4_mul_lwnaf(ep4_st* r, const(ep4_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_lwreg
void ep4_mul_lwreg(ep4_st* r, const(ep4_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_monty
void ep4_mul_monty(ep4_st* r, const(ep4_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_pre_basic
void ep4_mul_pre_basic(ep4_t* t, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_pre_combd
void ep4_mul_pre_combd(ep4_t* t, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_pre_combs
void ep4_mul_pre_combs(ep4_t* t, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_pre_lwnaf
void ep4_mul_pre_lwnaf(ep4_t* t, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_pre_nafwi
void ep4_mul_pre_nafwi(ep4_t* t, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_pre_yaowi
void ep4_mul_pre_yaowi(ep4_t* t, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_sim_basic
void ep4_mul_sim_basic(ep4_st* r, const(ep4_st)* p, const(bn_st)* k, const(ep4_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_sim_dig
void ep4_mul_sim_dig(ep4_st* r, const(ep4_t)* p, const(dig_t)* k, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_sim_gen
void ep4_mul_sim_gen(ep4_st* r, const(bn_st)* k, const(ep4_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_sim_inter
void ep4_mul_sim_inter(ep4_st* r, const(ep4_st)* p, const(bn_st)* k, const(ep4_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_sim_joint
void ep4_mul_sim_joint(ep4_st* r, const(ep4_st)* p, const(bn_st)* k, const(ep4_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_sim_lot
void ep4_mul_sim_lot(ep4_st* r, const(ep4_t)* p, const(bn_t)* k, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_sim_trick
void ep4_mul_sim_trick(ep4_st* r, const(ep4_st)* p, const(bn_st)* k, const(ep4_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_mul_slide
void ep4_mul_slide(ep4_st* r, const(ep4_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_neg
void ep4_neg(ep4_st* r, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_norm
void ep4_norm(ep4_st* r, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_norm_sim
void ep4_norm_sim(ep4_t* r, const(ep4_t)* t, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_on_curve
int ep4_on_curve(const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_pck
void ep4_pck(ep4_st* r, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_print
void ep4_print(const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_rand
void ep4_rand(ep4_st* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_read_bin
void ep4_read_bin(ep4_st* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_rhs
void ep4_rhs(fp2_t* rhs, const(fp2_t)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_set_infty
void ep4_set_infty(ep4_st* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_size_bin
size_t ep4_size_bin(const(ep4_st)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_sub
void ep4_sub(ep4_st* r, const(ep4_st)* p, const(ep4_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_tab
void ep4_tab(ep4_t* t, const(ep4_st)* p, int w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_upk
int ep4_upk(ep4_st* r, const(ep4_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep4_write_bin
void ep4_write_bin(ubyte* bin, size_t len, const(ep4_st)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_add_basic
void ep8_add_basic(ep8_st* r, const(ep8_st)* p, const(ep8_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_add_jacob
void ep8_add_jacob(ep8_st* r, const(ep8_st)* p, const(ep8_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_add_projc
void ep8_add_projc(ep8_st* r, const(ep8_st)* p, const(ep8_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_add_slp_basic
void ep8_add_slp_basic(ep8_st* r, fp4_t* s, const(ep8_st)* p, const(ep8_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_blind
void ep8_blind(ep8_st* r, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_cmp
int ep8_cmp(const(ep8_st)* p, const(ep8_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_copy
void ep8_copy(ep8_st* r, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_curve_clean
void ep8_curve_clean()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_curve_get_a
fp4_t* ep8_curve_get_a()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_curve_get_b
fp4_t* ep8_curve_get_b()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_curve_get_cof
void ep8_curve_get_cof(bn_st* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_curve_get_gen
void ep8_curve_get_gen(ep8_st* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_curve_get_ord
void ep8_curve_get_ord(bn_st* n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_curve_get_tab
ep8_t* ep8_curve_get_tab()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_curve_init
void ep8_curve_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_curve_is_twist
int ep8_curve_is_twist()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_curve_mul_a
void ep8_curve_mul_a(fp4_t* c, const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_curve_mul_b
void ep8_curve_mul_b(fp4_t* c, const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_curve_opt_a
int ep8_curve_opt_a()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_curve_opt_b
int ep8_curve_opt_b()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_curve_set
void ep8_curve_set(const(fp4_t)* a, const(fp4_t)* b, const(ep8_st)* g, const(bn_st)* r, const(bn_st)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_curve_set_twist
void ep8_curve_set_twist(int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_dbl_basic
void ep8_dbl_basic(ep8_st* r, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_dbl_jacob
void ep8_dbl_jacob(ep8_st* r, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_dbl_projc
void ep8_dbl_projc(ep8_st* r, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_dbl_slp_basic
void ep8_dbl_slp_basic(ep8_st* r, fp4_t* s, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_frb
void ep8_frb(ep8_st* r, const(ep8_st)* p, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_is_infty
int ep8_is_infty(const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_map
void ep8_map(ep8_st* p, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_basic
void ep8_mul_basic(ep8_st* r, const(ep8_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_cof
void ep8_mul_cof(ep8_st* r, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_dig
void ep8_mul_dig(ep8_st* r, const(ep8_st)* p, const(ulong) k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_fix_basic
void ep8_mul_fix_basic(ep8_st* r, const(ep8_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_fix_combd
void ep8_mul_fix_combd(ep8_st* r, const(ep8_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_fix_combs
void ep8_mul_fix_combs(ep8_st* r, const(ep8_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_fix_lwnaf
void ep8_mul_fix_lwnaf(ep8_st* r, const(ep8_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_fix_nafwi
void ep8_mul_fix_nafwi(ep8_st* r, const(ep8_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_fix_yaowi
void ep8_mul_fix_yaowi(ep8_st* r, const(ep8_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_gen
void ep8_mul_gen(ep8_st* r, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_lwnaf
void ep8_mul_lwnaf(ep8_st* r, const(ep8_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_lwreg
void ep8_mul_lwreg(ep8_st* r, const(ep8_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_monty
void ep8_mul_monty(ep8_st* r, const(ep8_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_pre_basic
void ep8_mul_pre_basic(ep8_t* t, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_pre_combd
void ep8_mul_pre_combd(ep8_t* t, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_pre_combs
void ep8_mul_pre_combs(ep8_t* t, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_pre_lwnaf
void ep8_mul_pre_lwnaf(ep8_t* t, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_pre_nafwi
void ep8_mul_pre_nafwi(ep8_t* t, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_pre_yaowi
void ep8_mul_pre_yaowi(ep8_t* t, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_sim_basic
void ep8_mul_sim_basic(ep8_st* r, const(ep8_st)* p, const(bn_st)* k, const(ep8_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_sim_dig
void ep8_mul_sim_dig(ep8_st* r, const(ep8_t)* p, const(dig_t)* k, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_sim_gen
void ep8_mul_sim_gen(ep8_st* r, const(bn_st)* k, const(ep8_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_sim_inter
void ep8_mul_sim_inter(ep8_st* r, const(ep8_st)* p, const(bn_st)* k, const(ep8_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_sim_joint
void ep8_mul_sim_joint(ep8_st* r, const(ep8_st)* p, const(bn_st)* k, const(ep8_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_sim_lot
void ep8_mul_sim_lot(ep8_st* r, const(ep8_t)* p, const(bn_t)* k, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_sim_trick
void ep8_mul_sim_trick(ep8_st* r, const(ep8_st)* p, const(bn_st)* k, const(ep8_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_mul_slide
void ep8_mul_slide(ep8_st* r, const(ep8_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_neg
void ep8_neg(ep8_st* r, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_norm
void ep8_norm(ep8_st* r, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_norm_sim
void ep8_norm_sim(ep8_t* r, const(ep8_t)* t, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_on_curve
int ep8_on_curve(const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_pck
void ep8_pck(ep8_st* r, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_print
void ep8_print(const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_rand
void ep8_rand(ep8_st* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_read_bin
void ep8_read_bin(ep8_st* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_rhs
void ep8_rhs(fp4_t* rhs, const(fp4_t)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_set_infty
void ep8_set_infty(ep8_st* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_size_bin
size_t ep8_size_bin(const(ep8_st)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_sub
void ep8_sub(ep8_st* r, const(ep8_st)* p, const(ep8_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_tab
void ep8_tab(ep8_t* t, const(ep8_st)* p, int w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_upk
int ep8_upk(ep8_st* r, const(ep8_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep8_write_bin
void ep8_write_bin(ubyte* bin, size_t len, const(ep8_st)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_add_basic
void ep_add_basic(ep_st* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_add_jacob
void ep_add_jacob(ep_st* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_add_projc
void ep_add_projc(ep_st* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_add_slp_basic
void ep_add_slp_basic(ep_st* r, dig_t* s, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_blind
void ep_blind(ep_st* r, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_cmp
int ep_cmp(const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_copy
void ep_copy(ep_st* r, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_clean
void ep_curve_clean()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_embed
int ep_curve_embed()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_frdim
int ep_curve_frdim()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_get_a
dig_t* ep_curve_get_a()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_get_b
dig_t* ep_curve_get_b()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_get_b3
dig_t* ep_curve_get_b3()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_get_beta
dig_t* ep_curve_get_beta()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_get_cof
void ep_curve_get_cof(bn_st* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_get_gen
void ep_curve_get_gen(ep_st* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_get_iso
iso_t* ep_curve_get_iso()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_get_ord
void ep_curve_get_ord(bn_st* n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_get_tab
const(ep_t)* ep_curve_get_tab()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_get_v1
const(bn_st)* ep_curve_get_v1()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_get_v2
const(bn_st)* ep_curve_get_v2()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_init
void ep_curve_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_is_ctmap
int ep_curve_is_ctmap()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_is_endom
int ep_curve_is_endom()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_is_pairf
int ep_curve_is_pairf()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_is_super
int ep_curve_is_super()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_mul_a
void ep_curve_mul_a(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_mul_b
void ep_curve_mul_b(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_opt_a
int ep_curve_opt_a()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_opt_b
int ep_curve_opt_b()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_set_endom
void ep_curve_set_endom(const(dig_t)* a, const(dig_t)* b, const(ep_st)* g, const(bn_st)* r, const(bn_st)* h, const(dig_t)* beta, const(bn_st)* l, int ctmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_set_plain
void ep_curve_set_plain(const(dig_t)* a, const(dig_t)* b, const(ep_st)* g, const(bn_st)* r, const(bn_st)* h, int ctmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_curve_set_super
void ep_curve_set_super(const(dig_t)* a, const(dig_t)* b, const(ep_st)* g, const(bn_st)* r, const(bn_st)* h, int ctmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_dbl_basic
void ep_dbl_basic(ep_st* r, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_dbl_jacob
void ep_dbl_jacob(ep_st* r, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_dbl_projc
void ep_dbl_projc(ep_st* r, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_dbl_slp_basic
void ep_dbl_slp_basic(ep_st* r, dig_t* s, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_is_infty
int ep_is_infty(const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_map_basic
void ep_map_basic(ep_st* p, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_map_rnd
void ep_map_rnd(ep_st* p, const(ubyte)* uniform_bytes, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_map_rnd_size
size_t ep_map_rnd_size()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_map_sswum
void ep_map_sswum(ep_st* p, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_map_swift
void ep_map_swift(ep_st* p, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_basic
void ep_mul_basic(ep_st* r, const(ep_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_cof
void ep_mul_cof(ep_st* r, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_dig
void ep_mul_dig(ep_st* r, const(ep_st)* p, ulong k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_fix_basic
void ep_mul_fix_basic(ep_st* r, const(ep_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_fix_combd
void ep_mul_fix_combd(ep_st* r, const(ep_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_fix_combs
void ep_mul_fix_combs(ep_st* r, const(ep_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_fix_lwnaf
void ep_mul_fix_lwnaf(ep_st* r, const(ep_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_fix_nafwi
void ep_mul_fix_nafwi(ep_st* r, const(ep_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_fix_yaowi
void ep_mul_fix_yaowi(ep_st* r, const(ep_t)* t, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_gen
void ep_mul_gen(ep_st* r, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_lwnaf
void ep_mul_lwnaf(ep_st* r, const(ep_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_lwreg
void ep_mul_lwreg(ep_st* r, const(ep_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_monty
void ep_mul_monty(ep_st* r, const(ep_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_pre_basic
void ep_mul_pre_basic(ep_t* t, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_pre_combd
void ep_mul_pre_combd(ep_t* t, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_pre_combs
void ep_mul_pre_combs(ep_t* t, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_pre_lwnaf
void ep_mul_pre_lwnaf(ep_t* t, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_pre_nafwi
void ep_mul_pre_nafwi(ep_t* t, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_pre_yaowi
void ep_mul_pre_yaowi(ep_t* t, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_sim_basic
void ep_mul_sim_basic(ep_st* r, const(ep_st)* p, const(bn_st)* k, const(ep_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_sim_dig
void ep_mul_sim_dig(ep_st* r, const(ep_t)* p, const(dig_t)* k, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_sim_gen
void ep_mul_sim_gen(ep_st* r, const(bn_st)* k, const(ep_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_sim_inter
void ep_mul_sim_inter(ep_st* r, const(ep_st)* p, const(bn_st)* k, const(ep_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_sim_joint
void ep_mul_sim_joint(ep_st* r, const(ep_st)* p, const(bn_st)* k, const(ep_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_sim_lot
void ep_mul_sim_lot(ep_st* r, const(ep_t)* p, const(bn_t)* k, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_sim_trick
void ep_mul_sim_trick(ep_st* r, const(ep_st)* p, const(bn_st)* k, const(ep_st)* q, const(bn_st)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_mul_slide
void ep_mul_slide(ep_st* r, const(ep_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_neg
void ep_neg(ep_st* r, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_norm
void ep_norm(ep_st* r, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_norm_sim
void ep_norm_sim(ep_t* r, const(ep_t)* t, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_on_curve
int ep_on_curve(const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_param_get
int ep_param_get()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_param_level
int ep_param_level()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_param_print
void ep_param_print()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_param_set
void ep_param_set(int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_param_set_any
int ep_param_set_any()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_param_set_any_endom
int ep_param_set_any_endom()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_param_set_any_pairf
int ep_param_set_any_pairf()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_param_set_any_plain
int ep_param_set_any_plain()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_param_set_any_super
int ep_param_set_any_super()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_pck
void ep_pck(ep_st* r, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_print
void ep_print(const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_psi
void ep_psi(ep_st* r, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_rand
void ep_rand(ep_st* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_read_bin
void ep_read_bin(ep_st* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_rhs
void ep_rhs(dig_t* rhs, const(dig_t)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_set_infty
void ep_set_infty(ep_st* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_size_bin
size_t ep_size_bin(const(ep_st)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_sub
void ep_sub(ep_st* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_tab
void ep_tab(ep_t* t, const(ep_st)* p, int w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_upk
int ep_upk(ep_st* r, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ep_write_bin
void ep_write_bin(ubyte* bin, size_t len, const(ep_st)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- err_full_msg
void err_full_msg(const(char)* fn, const(char)* file, int line, int error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- err_get_code
int err_get_code()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- err_get_msg
void err_get_msg(int* e, const(char*)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- err_simple_msg
void err_simple_msg(int error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb2_inv
void fb2_inv(fb_t* c, const(fb_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb2_mul
void fb2_mul(fb_t* c, const(fb_t)* a, const(fb_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb2_mul_nor
void fb2_mul_nor(fb_t* c, const(fb_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb2_slv
void fb2_slv(fb_t* c, const(fb_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb2_sqr
void fb2_sqr(fb_t* c, const(fb_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_add
void fb_add(dig_t* c, const(dig_t)* a, const(dig_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_add_dig
void fb_add_dig(dig_t* c, const(dig_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_bits
size_t fb_bits(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_cmp
int fb_cmp(const(dig_t)* a, const(dig_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_cmp_dig
int fb_cmp_dig(const(dig_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_copy
void fb_copy(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_exp_2b
void fb_exp_2b(dig_t* c, const(dig_t)* a, int b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_exp_basic
void fb_exp_basic(dig_t* c, const(dig_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_exp_monty
void fb_exp_monty(dig_t* c, const(dig_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_exp_slide
void fb_exp_slide(dig_t* c, const(dig_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_get_bit
int fb_get_bit(const(dig_t)* a, uint bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_inv_almos
void fb_inv_almos(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_inv_basic
void fb_inv_basic(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_inv_binar
void fb_inv_binar(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_inv_bruch
void fb_inv_bruch(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_inv_ctaia
void fb_inv_ctaia(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_inv_exgcd
void fb_inv_exgcd(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_inv_itoht
void fb_inv_itoht(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_inv_lower
void fb_inv_lower(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_inv_sim
void fb_inv_sim(fb_t* c, const(fb_t)* 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.
- fb_is_zero
int fb_is_zero(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_itr_basic
void fb_itr_basic(dig_t* c, const(dig_t)* a, int b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_itr_pre_quick
void fb_itr_pre_quick(fb_st* t, int b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_itr_quick
void fb_itr_quick(dig_t* c, const(dig_t)* a, const(fb_st)* t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_lsh
void fb_lsh(dig_t* c, const(dig_t)* a, uint bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_mul_basic
void fb_mul_basic(dig_t* c, const(dig_t)* a, const(dig_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_mul_dig
void fb_mul_dig(dig_t* c, const(dig_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_mul_integ
void fb_mul_integ(dig_t* c, const(dig_t)* a, const(dig_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_mul_karat
void fb_mul_karat(dig_t* c, const(dig_t)* a, const(dig_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_mul_lodah
void fb_mul_lodah(dig_t* c, const(dig_t)* a, const(dig_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_neg
void fb_neg(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_param_print
void fb_param_print()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_param_set
void fb_param_set(int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_param_set_any
void fb_param_set_any()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_poly_add
void fb_poly_add(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_poly_clean
void fb_poly_clean()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_poly_get
dig_t* fb_poly_get()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_poly_get_chain
const(int)* fb_poly_get_chain(int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_poly_get_rdc
void fb_poly_get_rdc(int* a, int* b, int* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_poly_get_slv
const(dig_t)* fb_poly_get_slv()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_poly_get_srz
dig_t* fb_poly_get_srz()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_poly_get_trc
void fb_poly_get_trc(int* a, int* b, int* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_poly_init
void fb_poly_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_poly_set_dense
void fb_poly_set_dense(const(dig_t)* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_poly_set_penta
void fb_poly_set_penta(int a, int b, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_poly_set_trino
void fb_poly_set_trino(int a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_poly_tab_sqr
const(fb_st)* fb_poly_tab_sqr(int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_poly_tab_srz
const(dig_t)* fb_poly_tab_srz(int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_print
void fb_print(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_rand
void fb_rand(dig_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_rdc_basic
void fb_rdc_basic(dig_t* c, dig_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_rdc_quick
void fb_rdc_quick(dig_t* c, dig_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_read_bin
void fb_read_bin(dig_t* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_read_str
void fb_read_str(dig_t* a, const(char)* str, size_t len, uint radix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_rsh
void fb_rsh(dig_t* c, const(dig_t)* a, uint bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_set_bit
void fb_set_bit(dig_t* a, uint bit, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_set_dig
void fb_set_dig(dig_t* c, ulong a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_size_str
size_t fb_size_str(const(dig_t)* a, uint radix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_slv_basic
void fb_slv_basic(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_slv_quick
void fb_slv_quick(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_sqr_basic
void fb_sqr_basic(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_sqr_integ
void fb_sqr_integ(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_sqr_quick
void fb_sqr_quick(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_srt_basic
void fb_srt_basic(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_srt_quick
void fb_srt_quick(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_trc_basic
ulong fb_trc_basic(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_trc_quick
ulong fb_trc_quick(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_write_bin
void fb_write_bin(ubyte* bin, size_t len, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_write_str
void fb_write_str(char* str, size_t len, const(dig_t)* a, uint radix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fb_zero
void fb_zero(dig_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_add
void fp12_add(fp6_t* c, const(fp6_t)* a, const(fp6_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_back_cyc
void fp12_back_cyc(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_back_cyc_sim
void fp12_back_cyc_sim(fp12_t* c, const(fp12_t)* 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.
- fp12_cmp
int fp12_cmp(const(fp6_t)* a, const(fp6_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_cmp_dig
int fp12_cmp_dig(const(fp6_t)* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_conv_cyc
void fp12_conv_cyc(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_copy
void fp12_copy(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_copy_sec
void fp12_copy_sec(fp6_t* c, const(fp6_t)* a, ulong bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_dbl
void fp12_dbl(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_exp
void fp12_exp(fp6_t* c, const(fp6_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_exp_cyc
void fp12_exp_cyc(fp6_t* c, const(fp6_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_exp_cyc_gls
void fp12_exp_cyc_gls(fp6_t* c, const(fp6_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_exp_cyc_sim
void fp12_exp_cyc_sim(fp6_t* e, const(fp6_t)* a, const(bn_st)* b, const(fp6_t)* c, const(bn_st)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_exp_cyc_sps
void fp12_exp_cyc_sps(fp6_t* c, const(fp6_t)* a, const(int)* b, size_t l, int s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_exp_dig
void fp12_exp_dig(fp6_t* c, const(fp6_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_frb
void fp12_frb(fp6_t* c, const(fp6_t)* a, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_inv
void fp12_inv(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_inv_cyc
void fp12_inv_cyc(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_is_zero
int fp12_is_zero(const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_mul_art
void fp12_mul_art(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_mul_basic
void fp12_mul_basic(fp6_t* c, const(fp6_t)* a, const(fp6_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_mul_dxs_basic
void fp12_mul_dxs_basic(fp6_t* c, const(fp6_t)* a, const(fp6_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_mul_dxs_lazyr
void fp12_mul_dxs_lazyr(fp6_t* c, const(fp6_t)* a, const(fp6_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_mul_lazyr
void fp12_mul_lazyr(fp6_t* c, const(fp6_t)* a, const(fp6_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_mul_unr
void fp12_mul_unr(dv6_t* c, const(fp6_t)* a, const(fp6_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_neg
void fp12_neg(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_pck
void fp12_pck(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_pck_max
void fp12_pck_max(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_print
void fp12_print(const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_rand
void fp12_rand(fp6_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_read_bin
void fp12_read_bin(fp6_t* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_set_dig
void fp12_set_dig(fp6_t* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_size_bin
int fp12_size_bin(const(fp6_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_sqr_basic
void fp12_sqr_basic(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_sqr_cyc_basic
void fp12_sqr_cyc_basic(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_sqr_cyc_lazyr
void fp12_sqr_cyc_lazyr(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_sqr_lazyr
void fp12_sqr_lazyr(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_sqr_pck_basic
void fp12_sqr_pck_basic(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_sqr_pck_lazyr
void fp12_sqr_pck_lazyr(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_sqr_unr
void fp12_sqr_unr(dv6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_sub
void fp12_sub(fp6_t* c, const(fp6_t)* a, const(fp6_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_test_cyc
int fp12_test_cyc(const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_upk
int fp12_upk(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_upk_max
int fp12_upk_max(fp6_t* c, const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_write_bin
void fp12_write_bin(ubyte* bin, size_t len, const(fp6_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp12_zero
void fp12_zero(fp6_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_add
void fp16_add(fp8_t* c, const(fp8_t)* a, const(fp8_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_cmp
int fp16_cmp(const(fp8_t)* a, const(fp8_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_cmp_dig
int fp16_cmp_dig(const(fp8_t)* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_conv_cyc
void fp16_conv_cyc(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_copy
void fp16_copy(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_copy_sec
void fp16_copy_sec(fp8_t* c, const(fp8_t)* a, ulong bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_dbl
void fp16_dbl(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_exp
void fp16_exp(fp8_t* c, const(fp8_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_exp_cyc
void fp16_exp_cyc(fp8_t* c, const(fp8_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_exp_cyc_gls
void fp16_exp_cyc_gls(fp8_t* c, const(fp8_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_exp_cyc_sim
void fp16_exp_cyc_sim(fp8_t* e, const(fp8_t)* a, const(bn_st)* b, const(fp8_t)* c, const(bn_st)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_exp_dig
void fp16_exp_dig(fp8_t* c, const(fp8_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_field_init
void fp16_field_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_frb
void fp16_frb(fp8_t* c, const(fp8_t)* a, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_inv
void fp16_inv(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_inv_cyc
void fp16_inv_cyc(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_inv_sim
void fp16_inv_sim(fp16_t* c, const(fp16_t)* 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.
- fp16_is_sqr
int fp16_is_sqr(const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_is_zero
int fp16_is_zero(const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_mul_art
void fp16_mul_art(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_mul_basic
void fp16_mul_basic(fp8_t* c, const(fp8_t)* a, const(fp8_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_mul_dxs_lazyr
void fp16_mul_dxs_lazyr(fp8_t* c, const(fp8_t)* a, const(fp8_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_mul_frb
void fp16_mul_frb(fp8_t* c, const(fp8_t)* a, int i, int j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_mul_lazyr
void fp16_mul_lazyr(fp8_t* c, const(fp8_t)* a, const(fp8_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_mul_unr
void fp16_mul_unr(dv8_t* c, const(fp8_t)* a, const(fp8_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_neg
void fp16_neg(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_print
void fp16_print(const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_rand
void fp16_rand(fp8_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_read_bin
void fp16_read_bin(fp8_t* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_set_dig
void fp16_set_dig(fp8_t* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_size_bin
int fp16_size_bin(const(fp8_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_sqr_basic
void fp16_sqr_basic(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_sqr_cyc
void fp16_sqr_cyc(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_sqr_lazyr
void fp16_sqr_lazyr(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_sqr_unr
void fp16_sqr_unr(dv8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_srt
int fp16_srt(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_sub
void fp16_sub(fp8_t* c, const(fp8_t)* a, const(fp8_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_test_cyc
int fp16_test_cyc(const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_write_bin
void fp16_write_bin(ubyte* bin, size_t len, const(fp8_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp16_zero
void fp16_zero(fp8_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_add
void fp18_add(fp9_t* c, const(fp9_t)* a, const(fp9_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_back_cyc
void fp18_back_cyc(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_back_cyc_sim
void fp18_back_cyc_sim(fp18_t* c, const(fp18_t)* 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.
- fp18_cmp
int fp18_cmp(const(fp9_t)* a, const(fp9_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_cmp_dig
int fp18_cmp_dig(const(fp9_t)* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_conv_cyc
void fp18_conv_cyc(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_copy
void fp18_copy(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_copy_sec
void fp18_copy_sec(fp9_t* c, const(fp9_t)* a, ulong bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_dbl
void fp18_dbl(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_exp
void fp18_exp(fp9_t* c, const(fp9_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_exp_cyc
void fp18_exp_cyc(fp9_t* c, const(fp9_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_exp_cyc_gls
void fp18_exp_cyc_gls(fp9_t* c, const(fp9_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_exp_cyc_sim
void fp18_exp_cyc_sim(fp9_t* e, const(fp9_t)* a, const(bn_st)* b, const(fp9_t)* c, const(bn_st)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_exp_cyc_sps
void fp18_exp_cyc_sps(fp9_t* c, const(fp9_t)* a, const(int)* b, int l, int s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_exp_dig
void fp18_exp_dig(fp9_t* c, const(fp9_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_frb
void fp18_frb(fp9_t* c, const(fp9_t)* a, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_inv
void fp18_inv(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_inv_cyc
void fp18_inv_cyc(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_is_zero
int fp18_is_zero(const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_mul_art
void fp18_mul_art(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_mul_basic
void fp18_mul_basic(fp9_t* c, const(fp9_t)* a, const(fp9_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_mul_dxs_basic
void fp18_mul_dxs_basic(fp9_t* c, const(fp9_t)* a, const(fp9_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_mul_dxs_lazyr
void fp18_mul_dxs_lazyr(fp9_t* c, const(fp9_t)* a, const(fp9_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_mul_lazyr
void fp18_mul_lazyr(fp9_t* c, const(fp9_t)* a, const(fp9_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_mul_unr
void fp18_mul_unr(dv9_t* c, const(fp9_t)* a, const(fp9_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_neg
void fp18_neg(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_pck
void fp18_pck(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_pck_max
void fp18_pck_max(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_print
void fp18_print(const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_rand
void fp18_rand(fp9_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_read_bin
void fp18_read_bin(fp9_t* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_set_dig
void fp18_set_dig(fp9_t* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_size_bin
int fp18_size_bin(const(fp9_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_sqr_basic
void fp18_sqr_basic(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_sqr_cyc_basic
void fp18_sqr_cyc_basic(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_sqr_cyc_lazyr
void fp18_sqr_cyc_lazyr(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_sqr_lazyr
void fp18_sqr_lazyr(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_sqr_pck_basic
void fp18_sqr_pck_basic(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_sqr_pck_lazyr
void fp18_sqr_pck_lazyr(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_sqr_unr
void fp18_sqr_unr(dv9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_sub
void fp18_sub(fp9_t* c, const(fp9_t)* a, const(fp9_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_test_cyc
int fp18_test_cyc(const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_upk
int fp18_upk(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_upk_max
int fp18_upk_max(fp9_t* c, const(fp9_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_write_bin
void fp18_write_bin(ubyte* bin, size_t len, const(fp9_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp18_zero
void fp18_zero(fp9_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_add
void fp24_add(fp8_t* c, const(fp8_t)* a, const(fp8_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_back_cyc
void fp24_back_cyc(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_back_cyc_sim
void fp24_back_cyc_sim(fp24_t* c, const(fp24_t)* 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.
- fp24_cmp
int fp24_cmp(const(fp8_t)* a, const(fp8_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_cmp_dig
int fp24_cmp_dig(const(fp8_t)* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_conv_cyc
void fp24_conv_cyc(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_copy
void fp24_copy(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_copy_sec
void fp24_copy_sec(fp8_t* c, const(fp8_t)* a, ulong bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_dbl
void fp24_dbl(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_exp
void fp24_exp(fp8_t* c, const(fp8_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_exp_cyc
void fp24_exp_cyc(fp8_t* c, const(fp8_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_exp_cyc_gls
void fp24_exp_cyc_gls(fp8_t* c, const(fp8_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_exp_cyc_sim
void fp24_exp_cyc_sim(fp8_t* e, const(fp8_t)* a, const(bn_st)* b, const(fp8_t)* c, const(bn_st)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_exp_cyc_sps
void fp24_exp_cyc_sps(fp8_t* c, const(fp8_t)* a, const(int)* b, size_t l, int s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_exp_dig
void fp24_exp_dig(fp8_t* c, const(fp8_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_frb
void fp24_frb(fp8_t* c, const(fp8_t)* a, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_inv
void fp24_inv(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_inv_cyc
void fp24_inv_cyc(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_is_zero
int fp24_is_zero(const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_mul_art
void fp24_mul_art(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_mul_basic
void fp24_mul_basic(fp8_t* c, const(fp8_t)* a, const(fp8_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_mul_dxs
void fp24_mul_dxs(fp8_t* c, const(fp8_t)* a, const(fp8_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_mul_lazyr
void fp24_mul_lazyr(fp8_t* c, const(fp8_t)* a, const(fp8_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_mul_unr
void fp24_mul_unr(dv8_t* c, const(fp8_t)* a, const(fp8_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_neg
void fp24_neg(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_pck
void fp24_pck(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_print
void fp24_print(const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_rand
void fp24_rand(fp8_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_read_bin
void fp24_read_bin(fp8_t* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_set_dig
void fp24_set_dig(fp8_t* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_size_bin
int fp24_size_bin(const(fp8_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_sqr_basic
void fp24_sqr_basic(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_sqr_cyc_basic
void fp24_sqr_cyc_basic(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_sqr_cyc_lazyr
void fp24_sqr_cyc_lazyr(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_sqr_lazyr
void fp24_sqr_lazyr(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_sqr_pck_basic
void fp24_sqr_pck_basic(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_sqr_pck_lazyr
void fp24_sqr_pck_lazyr(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_sqr_unr
void fp24_sqr_unr(dv8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_sub
void fp24_sub(fp8_t* c, const(fp8_t)* a, const(fp8_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_test_cyc
int fp24_test_cyc(const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_upk
int fp24_upk(fp8_t* c, const(fp8_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_write_bin
void fp24_write_bin(ubyte* bin, size_t len, const(fp8_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp24_zero
void fp24_zero(fp8_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_add_basic
void fp2_add_basic(fp_t* c, const(fp_t)* a, const(fp_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_add_dig
void fp2_add_dig(fp_t* c, const(fp_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_add_integ
void fp2_add_integ(fp_t* c, const(fp_t)* a, const(fp_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_cmp
int fp2_cmp(const(fp_t)* a, const(fp_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_cmp_dig
int fp2_cmp_dig(const(fp_t)* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_conv_cyc
void fp2_conv_cyc(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_copy
void fp2_copy(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_copy_sec
void fp2_copy_sec(fp_t* c, const(fp_t)* a, ulong bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_dbl_basic
void fp2_dbl_basic(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_dbl_integ
void fp2_dbl_integ(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_exp
void fp2_exp(fp_t* c, const(fp_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_exp_cyc
void fp2_exp_cyc(fp_t* c, const(fp_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_exp_cyc_sim
void fp2_exp_cyc_sim(fp_t* e, const(fp_t)* a, const(bn_st)* b, const(fp_t)* c, const(bn_st)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_exp_dig
void fp2_exp_dig(fp_t* c, const(fp_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_field_get_qnr
int fp2_field_get_qnr()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_field_init
void fp2_field_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_frb
void fp2_frb(fp_t* c, const(fp_t)* a, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_inv
void fp2_inv(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_inv_cyc
void fp2_inv_cyc(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_inv_sim
void fp2_inv_sim(fp2_t* c, const(fp2_t)* 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.
- fp2_is_sqr
int fp2_is_sqr(const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_is_zero
int fp2_is_zero(const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_mul_art
void fp2_mul_art(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_mul_basic
void fp2_mul_basic(fp_t* c, const(fp_t)* a, const(fp_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_mul_dig
void fp2_mul_dig(fp_t* c, const(fp_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_mul_frb
void fp2_mul_frb(fp_t* c, const(fp_t)* a, int i, int j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_mul_integ
void fp2_mul_integ(fp_t* c, const(fp_t)* a, const(fp_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_mul_nor_basic
void fp2_mul_nor_basic(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_mul_nor_integ
void fp2_mul_nor_integ(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_neg
void fp2_neg(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_pck
void fp2_pck(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_print
void fp2_print(const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_rand
void fp2_rand(fp_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_read_bin
void fp2_read_bin(fp_t* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_set_dig
void fp2_set_dig(fp_t* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_size_bin
int fp2_size_bin(const(fp_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_sqr_basic
void fp2_sqr_basic(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_sqr_integ
void fp2_sqr_integ(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_srt
int fp2_srt(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_sub_basic
void fp2_sub_basic(fp_t* c, const(fp_t)* a, const(fp_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_sub_dig
void fp2_sub_dig(fp_t* c, const(fp_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_sub_integ
void fp2_sub_integ(fp_t* c, const(fp_t)* a, const(fp_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_test_cyc
int fp2_test_cyc(const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_upk
int fp2_upk(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_write_bin
void fp2_write_bin(ubyte* bin, size_t len, const(fp_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp2_zero
void fp2_zero(fp_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_add_basic
void fp3_add_basic(fp_t* c, const(fp_t)* a, const(fp_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_add_dig
void fp3_add_dig(fp_t* c, const(fp_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_add_integ
void fp3_add_integ(fp_t* c, const(fp_t)* a, const(fp_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_cmp
int fp3_cmp(const(fp_t)* a, const(fp_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_cmp_dig
int fp3_cmp_dig(const(fp_t)* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_copy
void fp3_copy(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_copy_sec
void fp3_copy_sec(fp_t* c, const(fp_t)* a, ulong bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_dbl_basic
void fp3_dbl_basic(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_dbl_integ
void fp3_dbl_integ(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_exp
void fp3_exp(fp_t* c, const(fp_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_field_get_cnr
int fp3_field_get_cnr()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_field_init
void fp3_field_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_frb
void fp3_frb(fp_t* c, const(fp_t)* a, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_inv
void fp3_inv(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_inv_sim
void fp3_inv_sim(fp3_t* c, const(fp3_t)* 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.
- fp3_is_sqr
int fp3_is_sqr(const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_is_zero
int fp3_is_zero(const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_mul_art
void fp3_mul_art(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_mul_basic
void fp3_mul_basic(fp_t* c, const(fp_t)* a, const(fp_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_mul_dig
void fp3_mul_dig(fp_t* c, const(fp_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_mul_frb
void fp3_mul_frb(fp_t* c, const(fp_t)* a, int i, int j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_mul_integ
void fp3_mul_integ(fp_t* c, const(fp_t)* a, const(fp_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_mul_nor
void fp3_mul_nor(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_neg
void fp3_neg(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_print
void fp3_print(const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_rand
void fp3_rand(fp_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_read_bin
void fp3_read_bin(fp_t* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_set_dig
void fp3_set_dig(fp_t* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_size_bin
int fp3_size_bin(const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_sqr_basic
void fp3_sqr_basic(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_sqr_integ
void fp3_sqr_integ(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_srt
int fp3_srt(fp_t* c, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_sub_basic
void fp3_sub_basic(fp_t* c, const(fp_t)* a, const(fp_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_sub_dig
void fp3_sub_dig(fp_t* c, const(fp_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_sub_integ
void fp3_sub_integ(fp_t* c, const(fp_t)* a, const(fp_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_write_bin
void fp3_write_bin(ubyte* bin, size_t len, const(fp_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp3_zero
void fp3_zero(fp_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_add
void fp48_add(fp24_t* c, const(fp24_t)* a, const(fp24_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_back_cyc
void fp48_back_cyc(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_back_cyc_sim
void fp48_back_cyc_sim(fp48_t* c, const(fp48_t)* 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.
- fp48_cmp
int fp48_cmp(const(fp24_t)* a, const(fp24_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_cmp_dig
int fp48_cmp_dig(const(fp24_t)* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_conv_cyc
void fp48_conv_cyc(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_copy
void fp48_copy(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_copy_sec
void fp48_copy_sec(fp24_t* c, const(fp24_t)* a, ulong bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_dbl
void fp48_dbl(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_exp
void fp48_exp(fp24_t* c, const(fp24_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_exp_cyc
void fp48_exp_cyc(fp24_t* c, const(fp24_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_exp_cyc_gls
void fp48_exp_cyc_gls(fp24_t* c, const(fp24_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_exp_cyc_sim
void fp48_exp_cyc_sim(fp24_t* e, const(fp24_t)* a, const(bn_st)* b, const(fp24_t)* c, const(bn_st)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_exp_cyc_sps
void fp48_exp_cyc_sps(fp24_t* c, const(fp24_t)* a, const(int)* b, size_t l, int s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_exp_dig
void fp48_exp_dig(fp24_t* c, const(fp24_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_frb
void fp48_frb(fp24_t* c, const(fp24_t)* a, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_inv
void fp48_inv(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_inv_cyc
void fp48_inv_cyc(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_is_zero
int fp48_is_zero(const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_mul_art
void fp48_mul_art(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_mul_basic
void fp48_mul_basic(fp24_t* c, const(fp24_t)* a, const(fp24_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_mul_dxs
void fp48_mul_dxs(fp24_t* c, const(fp24_t)* a, const(fp24_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_mul_lazyr
void fp48_mul_lazyr(fp24_t* c, const(fp24_t)* a, const(fp24_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_neg
void fp48_neg(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_pck
void fp48_pck(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_print
void fp48_print(const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_rand
void fp48_rand(fp24_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_read_bin
void fp48_read_bin(fp24_t* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_set_dig
void fp48_set_dig(fp24_t* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_size_bin
int fp48_size_bin(const(fp24_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_sqr_basic
void fp48_sqr_basic(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_sqr_cyc_basic
void fp48_sqr_cyc_basic(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_sqr_cyc_lazyr
void fp48_sqr_cyc_lazyr(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_sqr_lazyr
void fp48_sqr_lazyr(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_sqr_pck_basic
void fp48_sqr_pck_basic(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_sqr_pck_lazyr
void fp48_sqr_pck_lazyr(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_sub
void fp48_sub(fp24_t* c, const(fp24_t)* a, const(fp24_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_test_cyc
int fp48_test_cyc(const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_upk
int fp48_upk(fp24_t* c, const(fp24_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_write_bin
void fp48_write_bin(ubyte* bin, size_t len, const(fp24_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp48_zero
void fp48_zero(fp24_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_add
void fp4_add(fp2_t* c, const(fp2_t)* a, const(fp2_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_add_dig
void fp4_add_dig(fp2_t* c, const(fp2_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_cmp
int fp4_cmp(const(fp2_t)* a, const(fp2_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_cmp_dig
int fp4_cmp_dig(const(fp2_t)* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_copy
void fp4_copy(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_copy_sec
void fp4_copy_sec(fp2_t* c, const(fp2_t)* a, ulong bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_dbl
void fp4_dbl(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_exp
void fp4_exp(fp2_t* c, const(fp2_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_field_init
void fp4_field_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_frb
void fp4_frb(fp2_t* c, const(fp2_t)* a, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_inv
void fp4_inv(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_inv_cyc
void fp4_inv_cyc(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_inv_sim
void fp4_inv_sim(fp4_t* c, const(fp4_t)* 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.
- fp4_is_sqr
int fp4_is_sqr(const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_is_zero
int fp4_is_zero(const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_mul_art
void fp4_mul_art(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_mul_basic
void fp4_mul_basic(fp2_t* c, const(fp2_t)* a, const(fp2_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_mul_dig
void fp4_mul_dig(fp2_t* c, const(fp2_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_mul_dxs
void fp4_mul_dxs(fp2_t* c, const(fp2_t)* a, const(fp2_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_mul_frb
void fp4_mul_frb(fp2_t* c, const(fp2_t)* a, int i, int j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_mul_lazyr
void fp4_mul_lazyr(fp2_t* c, const(fp2_t)* a, const(fp2_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_mul_unr
void fp4_mul_unr(dv2_t* c, const(fp2_t)* a, const(fp2_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_neg
void fp4_neg(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_print
void fp4_print(const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_rand
void fp4_rand(fp2_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_read_bin
void fp4_read_bin(fp2_t* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_set_dig
void fp4_set_dig(fp2_t* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_size_bin
int fp4_size_bin(const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_sqr_basic
void fp4_sqr_basic(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_sqr_lazyr
void fp4_sqr_lazyr(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_sqr_unr
void fp4_sqr_unr(dv2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_srt
int fp4_srt(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_sub
void fp4_sub(fp2_t* c, const(fp2_t)* a, const(fp2_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_sub_dig
void fp4_sub_dig(fp2_t* c, const(fp2_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_write_bin
void fp4_write_bin(ubyte* bin, size_t len, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp4_zero
void fp4_zero(fp2_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_add
void fp54_add(fp18_t* c, const(fp18_t)* a, const(fp18_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_back_cyc
void fp54_back_cyc(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_back_cyc_sim
void fp54_back_cyc_sim(fp54_t* c, const(fp54_t)* 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.
- fp54_cmp
int fp54_cmp(const(fp18_t)* a, const(fp18_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_cmp_dig
int fp54_cmp_dig(const(fp18_t)* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_conv_cyc
void fp54_conv_cyc(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_copy
void fp54_copy(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_copy_sec
void fp54_copy_sec(fp18_t* c, const(fp18_t)* a, ulong bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_dbl
void fp54_dbl(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_exp
void fp54_exp(fp18_t* c, const(fp18_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_exp_cyc
void fp54_exp_cyc(fp18_t* c, const(fp18_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_exp_cyc_sps
void fp54_exp_cyc_sps(fp18_t* c, const(fp18_t)* a, const(int)* b, size_t l, int s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_exp_dig
void fp54_exp_dig(fp18_t* c, const(fp18_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_frb
void fp54_frb(fp18_t* c, const(fp18_t)* a, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_inv
void fp54_inv(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_inv_cyc
void fp54_inv_cyc(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_is_zero
int fp54_is_zero(const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_mul_art
void fp54_mul_art(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_mul_basic
void fp54_mul_basic(fp18_t* c, const(fp18_t)* a, const(fp18_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_mul_dxs
void fp54_mul_dxs(fp18_t* c, const(fp18_t)* a, const(fp18_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_mul_lazyr
void fp54_mul_lazyr(fp18_t* c, const(fp18_t)* a, const(fp18_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_neg
void fp54_neg(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_pck
void fp54_pck(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_print
void fp54_print(const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_rand
void fp54_rand(fp18_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_read_bin
void fp54_read_bin(fp18_t* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_set_dig
void fp54_set_dig(fp18_t* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_size_bin
int fp54_size_bin(const(fp18_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_sqr_basic
void fp54_sqr_basic(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_sqr_cyc_basic
void fp54_sqr_cyc_basic(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_sqr_cyc_lazyr
void fp54_sqr_cyc_lazyr(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_sqr_lazyr
void fp54_sqr_lazyr(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_sqr_pck_basic
void fp54_sqr_pck_basic(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_sqr_pck_lazyr
void fp54_sqr_pck_lazyr(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_sub
void fp54_sub(fp18_t* c, const(fp18_t)* a, const(fp18_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_test_cyc
int fp54_test_cyc(const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_upk
int fp54_upk(fp18_t* c, const(fp18_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_write_bin
void fp54_write_bin(ubyte* bin, size_t len, const(fp18_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp54_zero
void fp54_zero(fp18_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_add
void fp6_add(fp2_t* c, const(fp2_t)* a, const(fp2_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_cmp
int fp6_cmp(const(fp2_t)* a, const(fp2_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_cmp_dig
int fp6_cmp_dig(const(fp2_t)* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_copy
void fp6_copy(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_copy_sec
void fp6_copy_sec(fp2_t* c, const(fp2_t)* a, ulong bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_dbl
void fp6_dbl(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_exp
void fp6_exp(fp2_t* c, const(fp2_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_frb
void fp6_frb(fp2_t* c, const(fp2_t)* a, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_inv
void fp6_inv(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_is_zero
int fp6_is_zero(const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_mul_art
void fp6_mul_art(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_mul_basic
void fp6_mul_basic(fp2_t* c, const(fp2_t)* a, const(fp2_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_mul_dxs
void fp6_mul_dxs(fp2_t* c, const(fp2_t)* a, const(fp2_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_mul_lazyr
void fp6_mul_lazyr(fp2_t* c, const(fp2_t)* a, const(fp2_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_mul_unr
void fp6_mul_unr(dv2_t* c, const(fp2_t)* a, const(fp2_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_neg
void fp6_neg(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_print
void fp6_print(const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_rand
void fp6_rand(fp2_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_read_bin
void fp6_read_bin(fp2_t* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_set_dig
void fp6_set_dig(fp2_t* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_size_bin
int fp6_size_bin(const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_sqr_basic
void fp6_sqr_basic(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_sqr_lazyr
void fp6_sqr_lazyr(fp2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_sqr_unr
void fp6_sqr_unr(dv2_t* c, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_sub
void fp6_sub(fp2_t* c, const(fp2_t)* a, const(fp2_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_write_bin
void fp6_write_bin(ubyte* bin, size_t len, const(fp2_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp6_zero
void fp6_zero(fp2_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_add
void fp8_add(fp4_t* c, const(fp4_t)* a, const(fp4_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_cmp
int fp8_cmp(const(fp4_t)* a, const(fp4_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_cmp_dig
int fp8_cmp_dig(const(fp4_t)* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_conv_cyc
void fp8_conv_cyc(fp4_t* c, const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_copy
void fp8_copy(fp4_t* c, const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_copy_sec
void fp8_copy_sec(fp4_t* c, const(fp4_t)* a, ulong bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_dbl
void fp8_dbl(fp4_t* c, const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_exp
void fp8_exp(fp4_t* c, const(fp4_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_exp_cyc
void fp8_exp_cyc(fp4_t* c, const(fp4_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_exp_cyc_sim
void fp8_exp_cyc_sim(fp4_t* e, const(fp4_t)* a, const(bn_st)* b, const(fp4_t)* c, const(bn_st)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_exp_dig
void fp8_exp_dig(fp4_t* c, const(fp4_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_field_init
void fp8_field_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_frb
void fp8_frb(fp4_t* c, const(fp4_t)* a, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_inv
void fp8_inv(fp4_t* c, const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_inv_cyc
void fp8_inv_cyc(fp4_t* c, const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_inv_sim
void fp8_inv_sim(fp8_t* c, const(fp8_t)* 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.
- fp8_is_sqr
int fp8_is_sqr(const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_is_zero
int fp8_is_zero(const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_mul_art
void fp8_mul_art(fp4_t* c, const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_mul_basic
void fp8_mul_basic(fp4_t* c, const(fp4_t)* a, const(fp4_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_mul_dig
void fp8_mul_dig(fp4_t* c, const(fp4_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_mul_dxs
void fp8_mul_dxs(fp4_t* c, const(fp4_t)* a, const(fp4_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_mul_frb
void fp8_mul_frb(fp4_t* c, const(fp4_t)* a, int i, int j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_mul_lazyr
void fp8_mul_lazyr(fp4_t* c, const(fp4_t)* a, const(fp4_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_mul_unr
void fp8_mul_unr(dv4_t* c, const(fp4_t)* a, const(fp4_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_neg
void fp8_neg(fp4_t* c, const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_print
void fp8_print(const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_rand
void fp8_rand(fp4_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_read_bin
void fp8_read_bin(fp4_t* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_set_dig
void fp8_set_dig(fp4_t* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_size_bin
int fp8_size_bin(const(fp4_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_sqr_basic
void fp8_sqr_basic(fp4_t* c, const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_sqr_cyc
void fp8_sqr_cyc(fp4_t* c, const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_sqr_lazyr
void fp8_sqr_lazyr(fp4_t* c, const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_sqr_unr
void fp8_sqr_unr(dv4_t* c, const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_srt
int fp8_srt(fp4_t* c, const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_sub
void fp8_sub(fp4_t* c, const(fp4_t)* a, const(fp4_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_test_cyc
int fp8_test_cyc(const(fp4_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_write_bin
void fp8_write_bin(ubyte* bin, size_t len, const(fp4_t)* a, int pack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp8_zero
void fp8_zero(fp4_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_add
void fp9_add(fp3_t* c, const(fp3_t)* a, const(fp3_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_cmp
int fp9_cmp(const(fp3_t)* a, const(fp3_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_cmp_dig
int fp9_cmp_dig(const(fp3_t)* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_copy
void fp9_copy(fp3_t* c, const(fp3_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_copy_sec
void fp9_copy_sec(fp3_t* c, const(fp3_t)* a, ulong bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_dbl
void fp9_dbl(fp3_t* c, const(fp3_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_exp
void fp9_exp(fp3_t* c, const(fp3_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_frb
void fp9_frb(fp3_t* c, const(fp3_t)* a, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_inv
void fp9_inv(fp3_t* c, const(fp3_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_inv_sim
void fp9_inv_sim(fp9_t* c, const(fp9_t)* 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.
- fp9_is_zero
int fp9_is_zero(const(fp3_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_mul_art
void fp9_mul_art(fp3_t* c, const(fp3_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_mul_basic
void fp9_mul_basic(fp3_t* c, const(fp3_t)* a, const(fp3_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_mul_dxs
void fp9_mul_dxs(fp3_t* c, const(fp3_t)* a, const(fp3_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_mul_lazyr
void fp9_mul_lazyr(fp3_t* c, const(fp3_t)* a, const(fp3_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_mul_unr
void fp9_mul_unr(dv3_t* c, const(fp3_t)* a, const(fp3_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_neg
void fp9_neg(fp3_t* c, const(fp3_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_print
void fp9_print(const(fp3_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_rand
void fp9_rand(fp3_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_read_bin
void fp9_read_bin(fp3_t* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_set_dig
void fp9_set_dig(fp3_t* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_size_bin
int fp9_size_bin(const(fp3_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_sqr_basic
void fp9_sqr_basic(fp3_t* c, const(fp3_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_sqr_lazyr
void fp9_sqr_lazyr(fp3_t* c, const(fp3_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_sqr_unr
void fp9_sqr_unr(dv3_t* c, const(fp3_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_sub
void fp9_sub(fp3_t* c, const(fp3_t)* a, const(fp3_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_write_bin
void fp9_write_bin(ubyte* bin, size_t len, const(fp3_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp9_zero
void fp9_zero(fp3_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_add_basic
void fp_add_basic(dig_t* c, const(dig_t)* a, const(dig_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_add_dig
void fp_add_dig(dig_t* c, const(dig_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_add_integ
void fp_add_integ(dig_t* c, const(dig_t)* a, const(dig_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_bits
size_t fp_bits(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_cmp
int fp_cmp(const(dig_t)* a, const(dig_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_cmp_dig
int fp_cmp_dig(const(dig_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_copy
void fp_copy(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_copy_sec
void fp_copy_sec(dig_t* c, const(dig_t)* a, ulong bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_crt
int fp_crt(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_dbl_basic
void fp_dbl_basic(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_dbl_integ
void fp_dbl_integ(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_exp_basic
void fp_exp_basic(dig_t* c, const(dig_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_exp_dig
void fp_exp_dig(dig_t* c, const(dig_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_exp_monty
void fp_exp_monty(dig_t* c, const(dig_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_exp_slide
void fp_exp_slide(dig_t* c, const(dig_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_get_bit
int fp_get_bit(const(dig_t)* a, uint bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_hlv_basic
void fp_hlv_basic(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_hlv_integ
void fp_hlv_integ(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_inv_basic
void fp_inv_basic(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_inv_binar
void fp_inv_binar(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_inv_divst
void fp_inv_divst(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_inv_exgcd
void fp_inv_exgcd(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_inv_jmpds
void fp_inv_jmpds(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_inv_lower
void fp_inv_lower(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_inv_monty
void fp_inv_monty(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_inv_sim
void fp_inv_sim(fp_t* c, const(fp_t)* 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.
- fp_is_cub
int fp_is_cub(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_is_even
int fp_is_even(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_is_sqr
int fp_is_sqr(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_is_zero
int fp_is_zero(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_lsh
void fp_lsh(dig_t* c, const(dig_t)* a, uint bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_mul_basic
void fp_mul_basic(dig_t* c, const(dig_t)* a, const(dig_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_mul_comba
void fp_mul_comba(dig_t* c, const(dig_t)* a, const(dig_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_mul_dig
void fp_mul_dig(dig_t* c, const(dig_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_mul_integ
void fp_mul_integ(dig_t* c, const(dig_t)* a, const(dig_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_mul_karat
void fp_mul_karat(dig_t* c, const(dig_t)* a, const(dig_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_neg_basic
void fp_neg_basic(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_neg_integ
void fp_neg_integ(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_norm
void fp_norm(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_param_get
int fp_param_get()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_param_get_sps
void fp_param_get_sps(int* s, int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_param_print
void fp_param_print()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_param_set
void fp_param_set(int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_param_set_any
int fp_param_set_any()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_param_set_any_dense
int fp_param_set_any_dense()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_param_set_any_h2adc
int fp_param_set_any_h2adc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_param_set_any_pmers
int fp_param_set_any_pmers()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_param_set_any_tower
int fp_param_set_any_tower()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_back
void fp_prime_back(bn_st* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_calc
void fp_prime_calc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_clean
void fp_prime_clean()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_conv
void fp_prime_conv(dig_t* c, const(bn_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_conv_dig
void fp_prime_conv_dig(dig_t* c, ulong a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_get
const(dig_t)* fp_prime_get()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_get_2ad
int fp_prime_get_2ad()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_get_cnr
int fp_prime_get_cnr()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_get_conv
const(dig_t)* fp_prime_get_conv()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_get_crt
const(dig_t)* fp_prime_get_crt()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_get_mod18
ulong fp_prime_get_mod18()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_get_mod8
ulong fp_prime_get_mod8()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_get_par
void fp_prime_get_par(bn_st* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_get_par_sps
const(int)* fp_prime_get_par_sps(int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_get_qnr
int fp_prime_get_qnr()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_get_rdc
const(dig_t)* fp_prime_get_rdc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_get_sps
const(int)* fp_prime_get_sps(int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_get_srt
const(dig_t)* fp_prime_get_srt()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_init
void fp_prime_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_set_dense
void fp_prime_set_dense(const(bn_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_set_pairf
void fp_prime_set_pairf(const(bn_st)* x, int pairf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_prime_set_pmers
void fp_prime_set_pmers(const(int)* spars, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_print
void fp_print(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_rand
void fp_rand(dig_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_rdc_basic
void fp_rdc_basic(dig_t* c, dig_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_rdc_monty_basic
void fp_rdc_monty_basic(dig_t* c, dig_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_rdc_monty_comba
void fp_rdc_monty_comba(dig_t* c, dig_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_rdc_quick
void fp_rdc_quick(dig_t* c, dig_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_read_bin
void fp_read_bin(dig_t* a, const(ubyte)* bin, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_read_str
void fp_read_str(dig_t* a, const(char)* str, size_t len, uint radix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_rsh
void fp_rsh(dig_t* c, const(dig_t)* a, uint bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_set_bit
void fp_set_bit(dig_t* a, uint bit, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_set_dig
void fp_set_dig(dig_t* c, ulong a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_size_str
size_t fp_size_str(const(dig_t)* a, uint radix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_smb_basic
int fp_smb_basic(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_smb_binar
int fp_smb_binar(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_smb_divst
int fp_smb_divst(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_smb_jmpds
int fp_smb_jmpds(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_smb_lower
int fp_smb_lower(const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_sqr_basic
void fp_sqr_basic(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_sqr_comba
void fp_sqr_comba(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_sqr_integ
void fp_sqr_integ(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_sqr_karat
void fp_sqr_karat(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_srt
int fp_srt(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_sub_basic
void fp_sub_basic(dig_t* c, const(dig_t)* a, const(dig_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_sub_dig
void fp_sub_dig(dig_t* c, const(dig_t)* a, ulong b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_sub_integ
void fp_sub_integ(dig_t* c, const(dig_t)* a, const(dig_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_trs
void fp_trs(dig_t* c, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_write_bin
void fp_write_bin(ubyte* bin, size_t len, const(dig_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_write_str
void fp_write_str(char* str, size_t len, const(dig_t)* a, uint radix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fp_zero
void fp_zero(dig_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g1_is_valid
int g1_is_valid(const(ep_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g1_mul
void g1_mul(ep_st* r, const(ep_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g1_mul_bct
void g1_mul_bct(bn_t* d, g1_t* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g1_mul_gen
void g1_mul_gen(ep_st* r, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g1_mul_lcl
void g1_mul_lcl(bn_st* d, ep_st* q, const(bn_st)* x, const(ep_st)* p, const(mt_t)* tri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g1_mul_mpc
void g1_mul_mpc(ep_st* r, const(bn_st)* d, const(ep_st)* q, const(mt_t)* tri, int party)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g2_is_valid
int g2_is_valid(const(ep2_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g2_mul
void g2_mul(ep2_st* r, const(ep2_st)* p, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g2_mul_bct
void g2_mul_bct(bn_t* d, g2_t* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g2_mul_gen
void g2_mul_gen(ep2_st* r, const(bn_st)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g2_mul_lcl
void g2_mul_lcl(bn_st* d, ep2_st* q, const(bn_st)* x, const(ep2_st)* p, const(mt_t)* tri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g2_mul_mpc
void g2_mul_mpc(ep2_st* r, const(bn_st)* d, const(ep2_st)* q, const(mt_t)* tri, int party)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gt_exp
void gt_exp(fp6_t* c, const(fp6_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gt_exp_bct
void gt_exp_bct(bn_t* d, gt_t* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gt_exp_dig
void gt_exp_dig(fp6_t* c, const(fp6_t)* a, const(ulong) b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gt_exp_gen
void gt_exp_gen(fp6_t* c, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gt_exp_lcl
void gt_exp_lcl(bn_st* d, fp6_t* q, const(bn_st)* x, const(fp6_t)* p, const(mt_t)* tri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gt_exp_mpc
void gt_exp_mpc(fp6_t* r, const(bn_st)* d, const(fp6_t)* q, const(mt_t)* tri, int party)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gt_exp_sec
void gt_exp_sec(fp6_t* c, const(fp6_t)* a, const(bn_st)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gt_exp_sim
void gt_exp_sim(fp6_t* e, const(fp6_t)* a, const(bn_st)* b, const(fp6_t)* c, const(bn_st)* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gt_get_gen
void gt_get_gen(fp6_t* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gt_is_valid
int gt_is_valid(const(fp6_t)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gt_rand
void gt_rand(fp6_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- md_hmac
void md_hmac(ubyte* mac, const(ubyte)* _in, size_t in_len, const(ubyte)* key, size_t key_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- md_kdf
void md_kdf(ubyte* key, size_t key_len, const(ubyte)* _in, size_t in_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- md_map_b2s160
void md_map_b2s160(ubyte* hash, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- md_map_b2s256
void md_map_b2s256(ubyte* hash, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- md_map_sh224
void md_map_sh224(ubyte* hash, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- md_map_sh256
void md_map_sh256(ubyte* hash, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- md_map_sh384
void md_map_sh384(ubyte* hash, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- md_map_sh512
void md_map_sh512(ubyte* hash, const(ubyte)* msg, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- md_mgf
void md_mgf(ubyte* mask, size_t mask_len, const(ubyte)* _in, size_t in_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- md_xmd_sh224
void md_xmd_sh224(ubyte* buf, size_t buf_len, const(ubyte)* _in, size_t in_len, const(ubyte)* dst, size_t dst_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- md_xmd_sh256
void md_xmd_sh256(ubyte* buf, size_t buf_len, const(ubyte)* _in, size_t in_len, const(ubyte)* dst, size_t dst_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- md_xmd_sh384
void md_xmd_sh384(ubyte* buf, size_t buf_len, const(ubyte)* _in, size_t in_len, const(ubyte)* dst, size_t dst_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- md_xmd_sh512
void md_xmd_sh512(ubyte* buf, size_t buf_len, const(ubyte)* _in, size_t in_len, const(ubyte)* dst, size_t dst_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpc_mt_bct
void mpc_mt_bct(bn_t* d, bn_t* e, bn_st* n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpc_mt_gen
void mpc_mt_gen(mt_t* tri, const(bn_st)* order)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpc_mt_lcl
void mpc_mt_lcl(bn_st* d, bn_st* e, const(bn_st)* x, const(bn_st)* y, const(bn_st)* n, const(mt_t)* tri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpc_mt_mul
void mpc_mt_mul(bn_st* r, const(bn_st)* d, const(bn_st)* e, const(bn_st)* n, const(mt_t)* tri, int party)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpc_sss_gen
int mpc_sss_gen(bn_t* x, bn_t* y, const(bn_st)* key, const(bn_st)* order, size_t k, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mpc_sss_key
int mpc_sss_key(bn_st* key, const(bn_t)* x, const(bn_t)* y, const(bn_st)* order, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pc_core_calc
void pc_core_calc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pc_core_clean
void pc_core_clean()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pc_core_init
void pc_core_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pc_map_bct
void pc_map_bct(g1_t* d, g2_t* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pc_map_lcl
void pc_map_lcl(ep_st* d, ep2_st* e, const(ep_st)* p, const(ep2_st)* q, const(pt_st)* t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pc_map_mpc
void pc_map_mpc(fp6_t* r, const(ep_st)* d1, const(ep2_st)* d2, const(pt_st)* triple, int party)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pc_map_tri
void pc_map_tri(pt_t* t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k12_basic
void pp_add_k12_basic(fp6_t* l, ep2_st* r, const(ep2_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k12_projc_basic
void pp_add_k12_projc_basic(fp6_t* l, ep2_st* r, const(ep2_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k12_projc_lazyr
void pp_add_k12_projc_lazyr(fp6_t* l, ep2_st* r, const(ep2_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k16_basic
void pp_add_k16_basic(fp8_t* l, ep4_st* r, const(ep4_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k16_projc_basic
void pp_add_k16_projc_basic(fp8_t* l, ep4_st* r, const(ep4_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k16_projc_lazyr
void pp_add_k16_projc_lazyr(fp8_t* l, ep4_st* r, const(ep4_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k18_basic
void pp_add_k18_basic(fp9_t* l, ep3_st* r, const(ep3_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k18_projc_basic
void pp_add_k18_projc_basic(fp9_t* l, ep3_st* r, const(ep3_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k18_projc_lazyr
void pp_add_k18_projc_lazyr(fp9_t* l, ep3_st* r, const(ep3_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k1_basic
void pp_add_k1_basic(dig_t* l, dig_t* m, ep_st* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k1_projc
void pp_add_k1_projc(dig_t* l, dig_t* m, ep_st* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k24_basic
void pp_add_k24_basic(fp8_t* l, ep4_st* r, const(ep4_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k24_projc
void pp_add_k24_projc(fp8_t* l, ep4_st* r, const(ep4_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k2_basic
void pp_add_k2_basic(fp_t* l, ep_st* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k2_projc_basic
void pp_add_k2_projc_basic(fp_t* l, ep_st* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k2_projc_lazyr
void pp_add_k2_projc_lazyr(fp_t* l, ep_st* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k48_basic
void pp_add_k48_basic(fp24_t* l, ep8_st* r, const(ep8_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k48_projc
void pp_add_k48_projc(fp24_t* l, ep8_st* r, const(ep8_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k54_basic
void pp_add_k54_basic(fp18_t* l, fp3_t* rx, fp3_t* ry, const(fp3_t)* qx, const(fp3_t)* qy, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k54_projc
void pp_add_k54_projc(fp18_t* l, fp3_t* rx, fp3_t* ry, fp3_t* rz, const(fp3_t)* qx, const(fp3_t)* qy, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k8_basic
void pp_add_k8_basic(fp4_t* l, ep2_st* r, const(ep2_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k8_projc_basic
void pp_add_k8_projc_basic(fp4_t* l, ep2_st* r, const(ep2_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_k8_projc_lazyr
void pp_add_k8_projc_lazyr(fp4_t* l, ep2_st* r, const(ep2_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_lit_k12
void pp_add_lit_k12(fp6_t* l, ep_st* r, const(ep_st)* p, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_lit_k16
void pp_add_lit_k16(fp8_t* l, ep_st* r, const(ep_st)* p, const(ep4_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_add_lit_k18
void pp_add_lit_k18(fp9_t* l, ep_st* r, const(ep_st)* p, const(ep3_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k12_basic
void pp_dbl_k12_basic(fp6_t* l, ep2_st* r, const(ep2_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k12_projc_basic
void pp_dbl_k12_projc_basic(fp6_t* l, ep2_st* r, const(ep2_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k12_projc_lazyr
void pp_dbl_k12_projc_lazyr(fp6_t* l, ep2_st* r, const(ep2_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k16_basic
void pp_dbl_k16_basic(fp8_t* l, ep4_st* r, const(ep4_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k16_projc_basic
void pp_dbl_k16_projc_basic(fp8_t* l, ep4_st* r, const(ep4_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k16_projc_lazyr
void pp_dbl_k16_projc_lazyr(fp8_t* l, ep4_st* r, const(ep4_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k18_basic
void pp_dbl_k18_basic(fp9_t* l, ep3_st* r, const(ep3_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k18_projc_basic
void pp_dbl_k18_projc_basic(fp9_t* l, ep3_st* r, const(ep3_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k18_projc_lazyr
void pp_dbl_k18_projc_lazyr(fp9_t* l, ep3_st* r, const(ep3_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k1_basic
void pp_dbl_k1_basic(dig_t* l, dig_t* m, ep_st* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k1_projc
void pp_dbl_k1_projc(dig_t* l, dig_t* m, ep_st* r, dig_t* w, const(ep_st)* p, const(dig_t)* v, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k24_basic
void pp_dbl_k24_basic(fp8_t* l, ep4_st* r, const(ep4_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k24_projc
void pp_dbl_k24_projc(fp8_t* l, ep4_st* r, const(ep4_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k2_basic
void pp_dbl_k2_basic(fp_t* l, ep_st* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k2_projc_basic
void pp_dbl_k2_projc_basic(fp_t* l, ep_st* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k2_projc_lazyr
void pp_dbl_k2_projc_lazyr(fp_t* l, ep_st* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k48_basic
void pp_dbl_k48_basic(fp24_t* l, ep8_st* r, const(ep8_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k48_projc
void pp_dbl_k48_projc(fp24_t* l, ep8_st* r, const(ep8_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k54_basic
void pp_dbl_k54_basic(fp18_t* l, fp3_t* rx, fp3_t* ry, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k54_projc
void pp_dbl_k54_projc(fp18_t* l, fp3_t* rx, fp3_t* ry, fp3_t* rz, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k8_basic
void pp_dbl_k8_basic(fp4_t* l, ep2_st* r, const(ep2_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k8_projc_basic
void pp_dbl_k8_projc_basic(fp4_t* l, ep2_st* r, const(ep2_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_k8_projc_lazyr
void pp_dbl_k8_projc_lazyr(fp4_t* l, ep2_st* r, const(ep2_st)* q, const(ep_st)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_lit_k12
void pp_dbl_lit_k12(fp6_t* l, ep_st* r, const(ep_st)* p, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_lit_k16
void pp_dbl_lit_k16(fp8_t* l, ep_st* r, const(ep_st)* p, const(ep4_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_dbl_lit_k18
void pp_dbl_lit_k18(fp9_t* l, ep_st* r, const(ep_st)* p, const(ep3_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_exp_k1
void pp_exp_k1(dig_t* c, dig_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_exp_k12
void pp_exp_k12(fp6_t* c, fp6_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_exp_k16
void pp_exp_k16(fp8_t* c, fp8_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_exp_k18
void pp_exp_k18(fp9_t* c, fp9_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_exp_k2
void pp_exp_k2(fp_t* c, fp_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_exp_k24
void pp_exp_k24(fp8_t* c, fp8_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_exp_k48
void pp_exp_k48(fp24_t* c, fp24_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_exp_k54
void pp_exp_k54(fp18_t* c, fp18_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_exp_k8
void pp_exp_k8(fp4_t* c, fp4_t* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_clean
void pp_map_clean()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_init
void pp_map_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_k24
void pp_map_k24(fp8_t* r, const(ep_st)* p, const(ep4_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_k48
void pp_map_k48(fp24_t* r, const(ep_st)* p, const(ep8_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_k54
void pp_map_k54(fp18_t* r, const(ep_st)* p, const(fp3_t)* qx, const(fp3_t)* qy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_oatep_k12
void pp_map_oatep_k12(fp6_t* r, const(ep_st)* p, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_oatep_k16
void pp_map_oatep_k16(fp8_t* r, const(ep_st)* p, const(ep4_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_oatep_k18
void pp_map_oatep_k18(fp9_t* r, const(ep_st)* p, const(ep3_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_oatep_k8
void pp_map_oatep_k8(fp4_t* r, const(ep_st)* p, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_k24
void pp_map_sim_k24(fp8_t* r, const(ep_t)* p, const(ep4_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_k48
void pp_map_sim_k48(fp24_t* r, const(ep_t)* p, const(ep8_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_oatep_k12
void pp_map_sim_oatep_k12(fp6_t* r, const(ep_t)* p, const(ep2_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_oatep_k16
void pp_map_sim_oatep_k16(fp8_t* r, const(ep_t)* p, const(ep4_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_oatep_k18
void pp_map_sim_oatep_k18(fp9_t* r, const(ep_t)* p, const(ep3_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_oatep_k8
void pp_map_sim_oatep_k8(fp4_t* r, const(ep_t)* p, const(ep2_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_tatep_k1
void pp_map_sim_tatep_k1(dig_t* r, const(ep_t)* p, const(ep_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_tatep_k12
void pp_map_sim_tatep_k12(fp6_t* r, const(ep_t)* p, const(ep2_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_tatep_k16
void pp_map_sim_tatep_k16(fp8_t* r, const(ep_t)* p, const(ep4_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_tatep_k18
void pp_map_sim_tatep_k18(fp9_t* r, const(ep_t)* p, const(ep3_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_tatep_k2
void pp_map_sim_tatep_k2(fp_t* r, const(ep_t)* p, const(ep_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_weilp_k1
void pp_map_sim_weilp_k1(dig_t* r, const(ep_t)* p, const(ep_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_weilp_k12
void pp_map_sim_weilp_k12(fp6_t* r, const(ep_t)* p, const(ep2_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_weilp_k16
void pp_map_sim_weilp_k16(fp8_t* r, const(ep_t)* p, const(ep4_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_weilp_k18
void pp_map_sim_weilp_k18(fp9_t* r, const(ep_t)* p, const(ep3_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_sim_weilp_k2
void pp_map_sim_weilp_k2(fp_t* r, const(ep_t)* p, const(ep_t)* q, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_tatep_k1
void pp_map_tatep_k1(dig_t* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_tatep_k12
void pp_map_tatep_k12(fp6_t* r, const(ep_st)* p, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_tatep_k16
void pp_map_tatep_k16(fp8_t* r, const(ep_st)* p, const(ep4_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_tatep_k18
void pp_map_tatep_k18(fp9_t* r, const(ep_st)* p, const(ep3_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_tatep_k2
void pp_map_tatep_k2(fp_t* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_weilp_k1
void pp_map_weilp_k1(dig_t* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_weilp_k12
void pp_map_weilp_k12(fp6_t* r, const(ep_st)* p, const(ep2_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_weilp_k16
void pp_map_weilp_k16(fp8_t* r, const(ep_st)* p, const(ep4_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_weilp_k18
void pp_map_weilp_k18(fp9_t* r, const(ep_st)* p, const(ep3_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_map_weilp_k2
void pp_map_weilp_k2(fp_t* r, const(ep_st)* p, const(ep_st)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_norm_k1
void pp_norm_k1(ep_st* c, const(ep_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_norm_k12
void pp_norm_k12(ep2_st* c, const(ep2_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_norm_k16
void pp_norm_k16(ep4_st* c, const(ep4_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_norm_k18
void pp_norm_k18(ep3_st* c, const(ep3_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_norm_k2
void pp_norm_k2(ep_st* c, const(ep_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_norm_k24
void pp_norm_k24(ep4_st* c, const(ep4_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_norm_k48
void pp_norm_k48(ep8_st* c, const(ep8_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pp_norm_k8
void pp_norm_k8(ep2_st* c, const(ep2_st)* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rand_bytes
void rand_bytes(ubyte* buf, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rand_check
int rand_check(ubyte* buf, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rand_clean
void rand_clean()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rand_init
void rand_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rand_seed
void rand_seed(ubyte* buf, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Machine generated D bindings for Relic library.
Generated on: 2025-06-26 15:20:27
Source header: relic.h Module: relic.relic