recrypt v0.8.0 Release Notes

Release Date: 2019-07-22 // almost 5 years ago
  • Public API changes

    • [#82]
      • Remove mutable references from public API. This makes sharing a single Recrypt among threads possible.
      • Change default RNG from ThreadRng to ReseedingRng<rand_chacha::ChaChaCore, EntropyRng>.
      • Add DefaultRng type alias to public API.