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

More concise share backups #182

Merged
merged 7 commits into from
Jul 4, 2024
Merged

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    df17dc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2572bf View commit details
    Browse the repository at this point in the history
  3. add tests for scalar Ord impl

    LLFourn authored and nickfarrow committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2dc7920 View commit details
    Browse the repository at this point in the history
  4. [poly] module improvements

    - More understandable (and faster) internals
    - Added `lagrange_basis_poly` function. Made it public because why not.
    - Added `scalar::mul` function to multiply two polynomials
    - Added `add_in_place` functions
    - Fixed missing API surface area
    LLFourn authored and nickfarrow committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    37bb858 View commit details
    Browse the repository at this point in the history
  5. [frost] shares should be Zero

    Some funny expect was turning them into `NonZero`. It made no sense in
    the current code and maybe never did!
    LLFourn authored and nickfarrow committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    176e745 View commit details
    Browse the repository at this point in the history
  6. [frost] Convert ShareBackup to SecretShare

    Having a concept of a secret share seemed to be useful generally. This
    makes the share backup feature less boxed off.
    
    Also we now embed the share index in the human readable part when we can.
    LLFourn authored and nickfarrow committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a53473b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d86d94 View commit details
    Browse the repository at this point in the history