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.
int32
class (wrapping Uint16Array
) to mitigate the risk of timing leaks when the highest bit of a 32-bit number is accessed on 32-bit JavaScript engines.