const-time-bignum

Crates.ioconst-time-bignum
lib.rsconst-time-bignum
version0.1.2
sourcesrc
created_at2024-06-06 14:52:45.198595
updated_at2024-06-28 17:29:33.688931
descriptionA constant time bignum library that operates fully on the stack, effectively eliminating the side channel attack vector.
homepage
repositoryhttps://github.com/redtechtiger/const-time-bignum
max_upload_size
id1263777
size22,659
RedTechTiger (redtechtiger)

documentation

README

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.

Commit count: 15

cargo fmt