summaryrefslogtreecommitdiffstats
path: root/src/crypt/cbigint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypt/cbigint.cpp')
-rw-r--r--src/crypt/cbigint.cpp51
1 files changed, 0 insertions, 51 deletions
diff --git a/src/crypt/cbigint.cpp b/src/crypt/cbigint.cpp
deleted file mode 100644
index a1aebc1..0000000
--- a/src/crypt/cbigint.cpp
+++ /dev/null
@@ -1,51 +0,0 @@
-#include "cbigint.h"
-
-CBigInt::CBigInt(int value = 0)
-{
-
-}
-
-CBigInt::CBigInt(const CBigInt & toCopy)
-{
-
-}
-
-CBigInt::~CBigInt()
-{
-
-}
-
-int CBigInt::setSize(int newSize)
-{
-
-}
-
-int CBigInt::size() const
-{
-
-}
-
-void CBigInt::setDigit(int pos, BaseType value)
-{
-
-}
-
-CBigInt CBigInt::operator +(const CBigInt & n2)
-{
-
-}
-
-const char * CBigInt::toHexString()const
-{
-
-}
-
-static bool CBigInt::isLongOk()
-{
-
-}
-
-void CBigInt::copy(const CBigInt & toCopy)
-{
-
-}