Botan 3.4.0
Crypto and TLS for C&
Namespaces | Functions
divide.h File Reference

Internal Header. More...

#include <botan/bigint.h>

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

BigInt Botan::ct_divide (const BigInt &x, const BigInt &y)
 
void Botan::ct_divide (const BigInt &x, const BigInt &y, BigInt &q_out, BigInt &r_out)
 
void Botan::ct_divide_word (const BigInt &x, word y, BigInt &q_out, word &r_out)
 
BigInt Botan::ct_modulo (const BigInt &x, const BigInt &y)
 
void Botan::vartime_divide (const BigInt &x, const BigInt &y_arg, BigInt &q_out, BigInt &r_out)
 

Detailed Description

Internal Header.

Definition in file divide.h.