4.0.0b3 (2019-09-11)
Breaking changes:
CryptographyClient
methodswrap
andunwrap
are renamedwrap_key
and
unwrap_key
, respectively.
New features:
CryptographyClient
performs encrypt, verify and wrap operations locally
when its key's public material is available (i.e., when it has keys/get
permission).