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(net): add Framed ECIES implementation #80

Merged
merged 15 commits into from
Oct 16, 2022
Merged

feat(net): add Framed ECIES implementation #80

merged 15 commits into from
Oct 16, 2022

Commits on Oct 15, 2022

  1. feat(net): add ecies crate

    Rjected committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    09d624f View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    Rjected committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    d9b4b1c View commit details
    Browse the repository at this point in the history
  3. add hex-literal and proptest to dev-dependencies

     * adds std feature to reth-rlp
    Rjected committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    fc89dd6 View commit details
    Browse the repository at this point in the history
  4. document util

    Rjected committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    761cf6a View commit details
    Browse the repository at this point in the history
  5. document more

    Rjected committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    deb4c74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49fd89d View commit details
    Browse the repository at this point in the history
  7. feat(ecies): improve error handling

    remove anyhow and strictly type all errors
    gakonst committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    c6b773f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a658e35 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95f11f1 View commit details
    Browse the repository at this point in the history
  10. chore(ecies): cleanup utils

    gakonst committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    99f69c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e136130 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    33dca46 View commit details
    Browse the repository at this point in the history
  13. add test scaffold

    gakonst committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    ed31e6e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    84b38b0 View commit details
    Browse the repository at this point in the history
  2. chore: clippy / fmt

    gakonst committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    4e4a655 View commit details
    Browse the repository at this point in the history