recrypt v0.10.0 Release Notes

Release Date: 2020-03-05 // about 4 years ago
  • Public API changes

    • [#104]

      • Eliminate the Revealed struct.
      • Add Hash for all public types except Recrypt.
      • Add Eq for all types which had PartialEq.
    • [#101]

      • Eliminate the Revealed wrappers for PrivateKey, Plaintext, and DerivedSymmetricKey.
      • Implement PartialEq for PrivateKey, Plaintext, and DerivedSymmetricKey.

    Notable internal changes

    • [#101]

      • Eliminate the Revealed wrapper for SigningKeypair.
      • Implement PartialEq for SigningKeypair.
    • [#104]

      • Move to use constant time eq for all properties that have bytes().
      • Use derivative to derive PartialEq and Hash instead of hand crafted implementations.