Releases: soatok/constant-time-js
Releases · soatok/constant-time-js
Version 0.4.0
Version 0.3.0
Big Chungus Numbers Have Landed
Version 0.3.0 introduces a collection of big number arithmetic functions. This is a full-featured integer arithmetic library, supporting:
- Addition
- Subtraction
- Multiplication
- Division
- Modulo operators (remainder of division)
- Left- and right-shifting
- Exponentiation
- Modular exponentiation
- GCD
- Modular inversion
You can learn more about them here.
Version 0.2.1
Version 0.2.0
- Created a
int32
class (wrappingUint16Array
) to mitigate the risk of timing leaks when the highest bit of a 32-bit number is accessed on 32-bit JavaScript engines.
Version 0.1.1
- Travis CI setup
- README updates
Initial Release
v0.1.0 Initial commit