VirgilSecurity / virgil-crypto-javascript

Virgil JavaScript Crypto Library is a high-level cryptographic library that allows you to perform all necessary operations for secure storing and transferring data and everything required to become HIPAA and GDPR compliant.
https://developer.virgilsecurity.com/docs/how-to#cryptography
BSD 3-Clause "New" or "Revised" License
35 stars 4 forks source link

Add missing property in Aes256Gcm typing #77

Closed snanovskyi closed 4 years ago

snanovskyi commented 4 years ago

I somehow missed NONCE_LEN property in previous version... Also I made the types more accurate according to model in this pull request.