google / webcrypto.dart

Cross-platform implementation of Web Cryptography APIs
https://pub.dev/packages/webcrypto
Apache License 2.0
71 stars 43 forks source link

Documentation for most AES-GCM members #100

Closed jonasfj closed 1 month ago

sigurdm commented 1 month ago

Does this documentation come from somewhere, or you wrote it all from scratch?

jonasfj commented 1 month ago

Does this documentation come from somewhere, or you wrote it all from scratch?

I deciphered most of it from NIST SP 800-38D, which is also why I leave a lot of references to it.

jonasfj commented 1 month ago

Filed https://github.com/google/webcrypto.dart/issues/102 to follow up with more recommendations, once we find credible sources we can reference.