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

Remove the Keccak C library and use the pure Rust impl #8657

Merged
merged 15 commits into from
May 20, 2018

Commits on May 18, 2018

  1. Add license and readme

    dvdplm committed May 18, 2018
    Configuration menu
    Copy the full SHA
    9c65009 View commit details
    Browse the repository at this point in the history
  2. Use pure rust implementation

    dvdplm committed May 18, 2018
    Configuration menu
    Copy the full SHA
    df0ebc1 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.1.1

    dvdplm committed May 18, 2018
    Configuration menu
    Copy the full SHA
    eb614b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9adf4e View commit details
    Browse the repository at this point in the history
  5. Add test for write_keccak

    dvdplm committed May 18, 2018
    Configuration menu
    Copy the full SHA
    7de620a View commit details
    Browse the repository at this point in the history
  6. Bump version

    dvdplm committed May 18, 2018
    Configuration menu
    Copy the full SHA
    66d36d9 View commit details
    Browse the repository at this point in the history
  7. Add benchmarks

    dvdplm committed May 18, 2018
    Configuration menu
    Copy the full SHA
    ac9a431 View commit details
    Browse the repository at this point in the history
  8. Add benchmarks

    dvdplm committed May 18, 2018
    Configuration menu
    Copy the full SHA
    3276b00 View commit details
    Browse the repository at this point in the history
  9. Add keccak_256, keccak_512, keccak_256_unchecked and keccak_512_unche…

    …cked – mostly for compatibility with ethash
    dvdplm committed May 18, 2018
    Configuration menu
    Copy the full SHA
    000d12f View commit details
    Browse the repository at this point in the history
  10. Remove failed git merge attempt from external git repo

    Cargo.lock updates
    dvdplm committed May 18, 2018
    Configuration menu
    Copy the full SHA
    64f6440 View commit details
    Browse the repository at this point in the history
  11. whitespace

    dvdplm committed May 18, 2018
    Configuration menu
    Copy the full SHA
    5933f02 View commit details
    Browse the repository at this point in the history
  12. Mark unsafe function unsafe

    dvdplm committed May 18, 2018
    Configuration menu
    Copy the full SHA
    4db027a View commit details
    Browse the repository at this point in the history
  13. Unsafe calls in unsafe block

    dvdplm committed May 18, 2018
    Configuration menu
    Copy the full SHA
    8b0db76 View commit details
    Browse the repository at this point in the history
  14. Document unsafety invariants

    dvdplm committed May 18, 2018
    Configuration menu
    Copy the full SHA
    aa19995 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

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