facebookarchive / conceal

Conceal provides easy Android APIs for performing fast encryption and authentication of data.
http://facebook.github.io/conceal/
Other
2.96k stars 431 forks source link

Documentation update - convenience methods #172

Closed PaulVipond closed 7 years ago

PaulVipond commented 7 years ago

Hi,

The signatures for the convenience methods have changed in the latest version. Could you update the documentation:

byte[] cipherText = crypto.encrypt(plainText);

byte[] plainText = crypto.decrypt(cipherText);

Thanks.

helios175 commented 7 years ago

Sure thing. Thanks!