diafygi / webcrypto-examples

Web Cryptography API Examples Demo: https://diafygi.github.io/webcrypto-examples/
GNU General Public License v2.0
1.64k stars 193 forks source link

description of additionalData for AES-GCM #11

Closed afitzek closed 9 years ago

afitzek commented 9 years ago

added description for additionalData comment for AES-GCM

diafygi commented 9 years ago

A bit too verbose (trying to keep things very simple), but added a note that additionalData is optional. Thanks!