Update AEAD instructions in README

This commit is contained in:
Daniel Huigens
2018-04-12 15:00:09 +02:00
parent d7efead337
commit 4e204d7331
2 changed files with 17 additions and 3 deletions

View File

@@ -63,6 +63,7 @@ export default {
/**
* Default Authenticated Encryption with Additional Data (AEAD) encryption mode
* Only has an effect when aead_protect is set to true.
* **FUTURE OPENPGP.JS VERSIONS MAY BREAK COMPATIBILITY WHEN USING THIS OPTION**
* @memberof module:config
* @property {Integer} aead_mode Default AEAD mode {@link module:enums.aead}
*/