diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-06-10 10:07:38 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-06-10 10:07:38 +0200 |
| commit | 74bdec2ff94eec373eb358c00437d55fe44c9238 (patch) | |
| tree | f2a7a48dc1ff6c85e417767bfd237be331897423 /src/crypt/cbigint.cpp | |
| parent | 9d7c264a6579cddcad12f9185475af89a9a59b41 (diff) | |
| download | IT-Sicherheit-74bdec2ff94eec373eb358c00437d55fe44c9238.tar.gz IT-Sicherheit-74bdec2ff94eec373eb358c00437d55fe44c9238.zip | |
Revert "Add CBigInt skeleton"
This reverts commit 9d7c264a6579cddcad12f9185475af89a9a59b41.
Diffstat (limited to 'src/crypt/cbigint.cpp')
| -rw-r--r-- | src/crypt/cbigint.cpp | 51 |
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) -{ - -} |
