#side-channel #bignum #constant-time #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

#815 in Cryptography

Download history 227/week @ 2024-06-06 6/week @ 2024-06-13 161/week @ 2024-06-27 7/week @ 2024-07-04 2/week @ 2024-07-18 17/week @ 2024-07-25

140 downloads per month

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