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

feat(signature-validation): add ed25519 signature validation to twilight-util #2205

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

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    f82e7a3 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    Monadic-Cat committed May 8, 2024
    Configuration menu
    Copy the full SHA
    cf6514a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a049fd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3a9349 View commit details
    Browse the repository at this point in the history
  5. adjust newlines

    Monadic-Cat committed May 8, 2024
    Configuration menu
    Copy the full SHA
    21b9a07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87fabba View commit details
    Browse the repository at this point in the history
  7. use hex std feature

    Monadic-Cat committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ca4feb5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a508226 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a6e6543 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9c11dab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eb38c5b View commit details
    Browse the repository at this point in the history
  12. elaborate error comments

    Monadic-Cat committed May 8, 2024
    Configuration menu
    Copy the full SHA
    032ffad View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b1503b5 View commit details
    Browse the repository at this point in the history
  14. add Errors doc section

    Monadic-Cat committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4dccad7 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    0b82c53 View commit details
    Browse the repository at this point in the history
  2. spell check

    Erk- committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    e1ab4f5 View commit details
    Browse the repository at this point in the history
  3. resolve some smaller issues

    Erk- committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    094684e View commit details
    Browse the repository at this point in the history
  4. remove unused cfg

    Erk- committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    87f0d9d View commit details
    Browse the repository at this point in the history