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

Consolidate crypto functionality in ethcore-crypto. #8432

Merged
merged 3 commits into from
May 5, 2018
Merged

Consolidate crypto functionality in ethcore-crypto. #8432

merged 3 commits into from
May 5, 2018

Commits on Apr 18, 2018

  1. Consolidate crypto functionality in ethcore-crypto.

    - Move `ecdh`/`ecies` modules to `ethkey`.
    - Refactor `ethcore-crypto` to use file per module.
    - Replace `subtle` with `ethcore_crypto::is_equal`.
    - Add `aes_gcm` module to `ethcore-crypto`.
    twittner committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    5cd86c4 View commit details
    Browse the repository at this point in the history
  2. Rename aes::{encrypt,decrypt,decrypt_cbc} ...

    ... to `aes::{encrypt_128_ctr,decrypt_128_ctr,decrypt_128_cbc}`.
    twittner committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    2029182 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

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