Skip to content

Releases: AzzieDev/CryptKeeper

v0.2.3

10 Apr 01:03
Compare
Choose a tag to compare

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

03 Apr 23:00
Compare
Choose a tag to compare

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

03 Apr 18:32
Compare
Choose a tag to compare

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

03 Apr 16:11
Compare
Choose a tag to compare

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

17 Mar 07:16
Compare
Choose a tag to compare

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.