Crates.io | const-time-bignum |
lib.rs | const-time-bignum |
version | 0.1.2 |
source | src |
created_at | 2024-06-06 14:52:45.198595 |
updated_at | 2024-06-28 17:29:33.688931 |
description | A constant time bignum library that operates fully on the stack, effectively eliminating the side channel attack vector. |
homepage | |
repository | https://github.com/redtechtiger/const-time-bignum |
max_upload_size | |
id | 1263777 |
size | 22,659 |
A bignum library that operates in constant time and without any heap allocations.
⚠️ This library is currently under development and should not be used.