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 native implementation of BLAKE2bf precompile #857

Merged
merged 3 commits into from
Apr 11, 2024

Commits on Apr 11, 2024

  1. crypto: Implement BLAKE2b compress function F

    Adds the implementation of the BLAKE2b compress function F following
    the [RFC 7693](https://datatracker.ietf.org/doc/html/rfc7693).
    chfast committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    404c6f3 View commit details
    Browse the repository at this point in the history
  2. precompiles: Add the BLAKE2bf precompile

    Implement [EIP-152](https://eips.ethereum.org/EIPS/eip-152)
    "BLAKE2 compression function `F` precompile" by exposing
    the `evmone::crypto::blake2b_compress()`.
    chfast committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d46e3b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2af042 View commit details
    Browse the repository at this point in the history