|
yosys-master
|
#include "BigInteger.hh"
Include dependency graph for BigIntegerAlgorithms.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| BigUnsigned | gcd (BigUnsigned a, BigUnsigned b) |
| void | extendedEuclidean (BigInteger m, BigInteger n, BigInteger &g, BigInteger &r, BigInteger &s) |
| BigUnsigned | modinv (const BigInteger &x, const BigUnsigned &n) |
| BigUnsigned | modexp (const BigInteger &base, const BigUnsigned &exponent, const BigUnsigned &modulus) |
| void extendedEuclidean | ( | BigInteger | m, |
| BigInteger | n, | ||
| BigInteger & | g, | ||
| BigInteger & | r, | ||
| BigInteger & | s | ||
| ) |
Definition at line 16 of file BigIntegerAlgorithms.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| BigUnsigned gcd | ( | BigUnsigned | a, |
| BigUnsigned | b | ||
| ) |
Definition at line 3 of file BigIntegerAlgorithms.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| BigUnsigned modexp | ( | const BigInteger & | base, |
| const BigUnsigned & | exponent, | ||
| const BigUnsigned & | modulus | ||
| ) |
Definition at line 53 of file BigIntegerAlgorithms.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| BigUnsigned modinv | ( | const BigInteger & | x, |
| const BigUnsigned & | n | ||
| ) |
Definition at line 43 of file BigIntegerAlgorithms.cc.
Here is the call graph for this function:
Here is the caller graph for this function: