Skip to content

Evaluate HACL-rs bignums #584

@tarcieri

Description

@tarcieri

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions