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

Add message signer & message signature verifier #601

Closed
wants to merge 6 commits into from
Closed

Add message signer & message signature verifier #601

wants to merge 6 commits into from

Commits on Jun 30, 2022

  1. Add message signer & message signature verifier

    q-src authored and Gabriel Comte committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    0326235 View commit details
    Browse the repository at this point in the history
  2. Run cargo fmt

    Gabriel Comte committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    44e63e5 View commit details
    Browse the repository at this point in the history
  3. Simplify return statement

    Gabriel Comte committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    a3283c4 View commit details
    Browse the repository at this point in the history
  4. Fix message signing

    Gabriel Comte committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    fb772ed View commit details
    Browse the repository at this point in the history
  5. Store Secp256k1 as a reference to avoid copying

    Gabriel Comte committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    707f6c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Remove generic aspects; There's only one sig. algo

    Gabriel Comte committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    f3fcefd View commit details
    Browse the repository at this point in the history