crypto-bigint icon indicating copy to clipboard operation
crypto-bigint copied to clipboard

Evaluate HACL-rs bignums

Open tarcieri opened this issue 11 months ago • 0 comments

From https://github.com/RustCrypto/crypto-bigint/issues/577#issuecomment-2016550215:

HACL* extracted as pure safe Rust (dubbed "HACL-rs") lives here: https://github.com/hacl-star/hacl-star/tree/afromher_rs/dist/rs

In there, you'll find bignums in src/hacl:

  • bignum.rs, bignum64.rs: variable-length, 32 and 64-bit versions (scattered across these two files, this needs to be done better)
  • bignum{4096,256}.rs: fixed-length, 32-bit limbs
  • bignum{4096,256}_64.rs: fixed-length, 64-bit limbs

cc @protz @spitters

tarcieri avatar Mar 24 '24 14:03 tarcieri