#side-channel #constant-time #bignum #constant #heap-allocation #crypto

const-time-bignum

A constant time bignum library that operates fully on the stack, effectively eliminating the side channel attack vector

3 releases

0.1.2 Jun 28, 2024
0.1.1 Jun 6, 2024
0.1.0 Jun 6, 2024

#922 in Cryptography

MIT license

13KB
271 lines

Const-time-bignum

A bignum library that operates in constant time and without any heap allocations.

⚠️ This library is currently under development and should not be used.


lib.rs:

Const-time-bignum

A bignum library that operates in constant time and without any heap allocations.

⚠️ This library is currently under development and should not be used.

No runtime deps