/************************************************* * Division Header File * * (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_DIVISON_ALGORITHM__ #define BOTAN_DIVISON_ALGORITHM__ #include namespace Botan { void BOTAN_DLL divide(const BigInt&, const BigInt&, BigInt&, BigInt&); } #endif