|
jaulib v1.4.1
Jau Support Library (C++, Java, ..)
|
#include <iostream>#include <jau/test/catch2_ext.hpp>#include <jau/int_types.hpp>#include <jau/mp/big_int.hpp>Go to the source code of this file.
Functions | |
| static BigInt | eval_e (BigInt e, const BigInt &phi) |
Returns e with 1 < e < Φ(n) | |
| static BigInt | phi (const BigInt &P, const BigInt &Q) |
| TEST_CASE ("MP Big Encryption Test 00", "[big_int_t][arithmetic][math]") | |
Returns e with 1 < e < Φ(n)
e must be co-prime to phi and smaller than phi
Definition at line 44 of file test_big_int02.hpp.
| TEST_CASE | ( | "MP Big Encryption Test 00" | , |
| "" | [big_int_t][arithmetic][math] ) |
Definition at line 52 of file test_big_int02.hpp.