We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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:
cc @protz @spitters
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From #577 (comment):
cc @protz @spitters
The text was updated successfully, but these errors were encountered: