From 74bdec2ff94eec373eb358c00437d55fe44c9238 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Wed, 10 Jun 2015 10:07:38 +0200 Subject: Revert "Add CBigInt skeleton" This reverts commit 9d7c264a6579cddcad12f9185475af89a9a59b41. --- src/crypt/cbigint.cpp | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 src/crypt/cbigint.cpp (limited to 'src/crypt/cbigint.cpp') 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) -{ - -} -- cgit v1.2.3-70-g09d2