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

[whisper] Move needed aes_gcm crypto in-crate #10647

Merged
merged 1 commit into from
May 13, 2019

Commits on May 13, 2019

  1. [whisper] Move needed aes_gcm crypto in-crate

    In the latest `parity-crypto` release (upcoming 0.4), the aes GCM features were removed (done to remove the dependency on `ring`).
    This PR adds the bare minimum crypto needed for Whisper directly to the crate itself and as those were the only features needed from `parity-crypto`, removes the dependency on that crate altogether.
    dvdplm committed May 13, 2019
    Configuration menu
    Copy the full SHA
    cb6ab20 View commit details
    Browse the repository at this point in the history