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

Sign/verify by digest update, StreamVerifier refactoring #556

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Feb 14, 2024

  1. Replace recompute_R with a separate RCompute

    This struct can be use to implement verifiers with incremental updates
    mkj committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f33460f View commit details
    Browse the repository at this point in the history
  2. Add raw_sign_byupdate and raw_verify_byupdate

    These allow signing/verifying a non-prehashed message
    but don't require the whole message to be provided at once.
    mkj committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    07dd3e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    471c3b1 View commit details
    Browse the repository at this point in the history
  4. Add StreamVerifier

    robjtede authored and mkj committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7cbf86c View commit details
    Browse the repository at this point in the history
  5. Make StreamVerifier use RCompute

    This allows it to use the same implementation as non-stream signature
    verification.
    mkj committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    453a421 View commit details
    Browse the repository at this point in the history