Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 267 Bytes

CHANGELOG.md

File metadata and controls

6 lines (5 loc) · 267 Bytes

Version 1.1.0

  • The Encryptor type is now a trait which is implemented by the AesHmacEncryptor and AesGcmEncryptor types.
  • The set_cipher function has been renamed to set_cipher_key_size and the EncryptorCipher type has been renamed to KeySize.