Releases: jo/wcb-rs
Releases · jo/wcb-rs
v2.0.1 - Update OpenSSL
v2.0.0 - Binary default
Don't base64 encode encrypted messages by default.
Breaking change:
encrypt
andencrypt-to
do not encode its output as base64 per default anymoredecrypt
anddecrypt-from
do not expect its inputs base64 encoded per default anymore
Feature:
encrypt
,decrypt
,encrypt-to
anddecrypt-from
now take an optional parameter--base64
(or-b
) to encode/decode message contents as base64
v1.0.0 - Initial release
chore: add cargo meta