Hacker News new | ask | show | jobs
Can you Review my Golang AES GCM package? (gist.github.com)
1 points by multiversecoder 2241 days ago
1 comments

This is the first time I've implemented aes gcm + pbkdf2 encryption and I would like to know if my code is correct.

Thank you all