cheatfate / nimcrypto

Nim cryptographic library
MIT License
189 stars 23 forks source link

Add GCM[T] "traditional" API calls encrypt/decrypt. #73

Closed cheatfate closed 9 months ago

cheatfate commented 9 months ago

Add tests for it. Add documentation about IV in GCM[T] mode.