Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

swap ed25519-dalek for ed25519-zebra #11781

Merged
merged 13 commits into from
Aug 15, 2022

Commits on Jun 30, 2022

  1. swap ed25519-dalek for ed25519-zebra; no batch verificaiton

    fixed batch verificaiton tests
    
    removed additional zero verificaiton tests
    
    removed comments, fixed test bug, added #[derive(Clone)]
    
    Update primitives/core/src/ed25519.rs
    
    Co-authored-by: Squirrel <gilescope@gmail.com>
    jakehemmerle and gilescope committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    e2721bf View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    34e895b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

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

    jakehemmerle committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    092837e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    b0a7acf View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Configuration menu
    Copy the full SHA
    72d30f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Update primitives/core/Cargo.toml

    Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
    jakehemmerle and bkchr authored Aug 13, 2022
    Configuration menu
    Copy the full SHA
    8ce4268 View commit details
    Browse the repository at this point in the history
  2. Update primitives/core/src/ed25519.rs

    Co-authored-by: Davide Galassi <davxy@datawok.net>
    jakehemmerle and davxy authored Aug 13, 2022
    Configuration menu
    Copy the full SHA
    160f471 View commit details
    Browse the repository at this point in the history
  3. Update primitives/core/src/ed25519.rs

    Co-authored-by: Davide Galassi <davxy@datawok.net>
    jakehemmerle and davxy authored Aug 13, 2022
    Configuration menu
    Copy the full SHA
    279a1f4 View commit details
    Browse the repository at this point in the history
  4. Update primitives/core/src/ed25519.rs

    Co-authored-by: Davide Galassi <davxy@datawok.net>
    jakehemmerle and davxy authored Aug 13, 2022
    Configuration menu
    Copy the full SHA
    91fff86 View commit details
    Browse the repository at this point in the history
  5. Update primitives/core/src/ed25519.rs

    Co-authored-by: Davide Galassi <davxy@datawok.net>
    jakehemmerle and davxy authored Aug 13, 2022
    Configuration menu
    Copy the full SHA
    06dfad4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16dff93 View commit details
    Browse the repository at this point in the history
  7. fix inaccurate comment

    jakehemmerle committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    8cbe0d6 View commit details
    Browse the repository at this point in the history