Releases: AzzieDev/CryptKeeper
v0.2.3
Allows big maths for addition, subtraction, and division, prior to multiplication and exponents, to prevent potential crashing or lag.
Windows: Uses the Microsoft Visual C++ x86 runtime libraries.
Linux: Uses the GNU C++ Standard Library.
In most cases, you probably have these installed already.
v0.2.2
Computes prime factors and allows for factorials for Phi function.
Windows: Uses the Microsoft Visual C++ x86 runtime libraries.
Linux: Uses the GNU C++ Standard Library.
In most cases, you probably have these installed already.
v0.2.1
Added ability to perform Exponential Power mathematical calculations with large integers.
Windows: Uses the Microsoft Visual C++ x86 runtime libraries.
Linux: Uses the GNU C++ Standard Library.
In most cases, you probably have these installed already.
v0.2.0
Added ability to perform mathematical calculations with large integers.
Windows: Uses the Microsoft Visual C++ x86 runtime libraries.
Linux: Uses the GNU C++ Standard Library.
In most cases, you probably have these installed already.
v0.1.0
Windows: The lighter no-dependencies release requires the Microsoft Visual C++ x86 runtime libraries.
Linux: The lighter no-dependencies release requires the GNU C++ Standard Library.
In most cases, you probably have these installed already.