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

crypto-bigint: Limb newtype #499

Merged
merged 1 commit into from
Jun 22, 2021
Merged

crypto-bigint: Limb newtype #499

merged 1 commit into from
Jun 22, 2021

Commits on Jun 22, 2021

  1. crypto-bigint: Limb newtype

    Adds a `Limb` newtype for the integer type which represents a limb for a
    given CPU word size.
    
    This allows us to provide much more consistent properties around what
    represents a "limb", as well as define functions directly on the limb
    type, which makes it much easier to define e.g. carry/borrow chains.
    tarcieri committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    5a76a4c View commit details
    Browse the repository at this point in the history