Kryptostack
Namespaces | Functions
algo.h File Reference

Algorithms. More...

#include <string>
+ Include dependency graph for algo.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  algo
 Collection of numeric algorithms.
 

Functions

__int128 algo::xgcd (__int128 p_a, __int128 p_b, __int128 &p_s, __int128 &p_t)
 Extended Euclidean algorithm. More...
 
bool algo::isint128 (std::string p_str)
 Is it a 128 bit integer. More...
 

Detailed Description

Algorithms.