Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@RigoOnRails RigoOnRails released this 28 Apr 11:21
· 1 commit to main since this release

Added

  • Re-export secrecy::ExposeSecret in the config module.

Changed

  • key_config::KeyConfig has been moved to config::Config & is no longer exposed through lib.rs. You'll have to use the full path to reach it.
  • The encryption strategy is no longer configured on the EncryptedMessage itself, but rather inside its Config type.

Removed

  • Removed the utilities::key_decoder module, as it's out of scope for this library.
  • Removed the utilities::key_generation module, as it's out of scope for this library.
  • Removed the with_new_payload & with_new_payload_and_key_config methods, as they add no value.