#include <edwards_pp.hpp>
Definition at line 18 of file edwards_pp.hpp.
◆ Fp_type
◆ Fq_type
◆ Fqe_type
◆ Fqk_type
◆ G1_precomp_type
◆ G1_type
◆ G2_precomp_type
◆ G2_type
◆ GT_type
◆ double_miller_loop()
Definition at line 38 of file edwards_pp.cpp.
42{
44}
edwards_Fq6 edwards_double_miller_loop(const edwards_G1_precomp &prec_P1, const edwards_G2_precomp &prec_Q1, const edwards_G1_precomp &prec_P2, const edwards_G2_precomp &prec_Q2)
◆ final_exponentiation()
Definition at line 17 of file edwards_pp.cpp.
18{
20}
edwards_GT edwards_final_exponentiation(const edwards_Fq6 &elt)
◆ init_public_params()
void libff::edwards_pp::init_public_params |
( |
| ) |
|
|
static |
Definition at line 12 of file edwards_pp.cpp.
13{
15}
void init_edwards_params()
◆ miller_loop()
Definition at line 32 of file edwards_pp.cpp.
34{
36}
edwards_Fq6 edwards_miller_loop(const edwards_G1_precomp &prec_P, const edwards_G2_precomp &prec_Q)
◆ pairing()
Definition at line 46 of file edwards_pp.cpp.
48{
50}
edwards_Fq6 edwards_pairing(const edwards_G1 &P, const edwards_G2 &Q)
◆ precompute_G1()
Definition at line 22 of file edwards_pp.cpp.
23{
25}
edwards_G1_precomp edwards_precompute_G1(const edwards_G1 &P)
◆ precompute_G2()
Definition at line 27 of file edwards_pp.cpp.
28{
30}
edwards_G2_precomp edwards_precompute_G2(const edwards_G2 &Q)
◆ reduced_pairing()
Definition at line 52 of file edwards_pp.cpp.
54{
56}
edwards_GT edwards_reduced_pairing(const edwards_G1 &P, const edwards_G2 &Q)
◆ has_affine_pairing
const bool libff::edwards_pp::has_affine_pairing = false |
|
static |
The documentation for this class was generated from the following files: