Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate HACL-rs bignums #584

Open
tarcieri opened this issue Mar 24, 2024 · 0 comments
Open

Evaluate HACL-rs bignums #584

tarcieri opened this issue Mar 24, 2024 · 0 comments

Comments

@tarcieri
Copy link
Member

From #577 (comment):

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant