FedericoCeratto / nim-libsodium

Nim wrapper for the libsodium library
Mozilla Public License 2.0
47 stars 13 forks source link

Changed csize to csize_t, implemented HMAC_SHA512 #29

Closed NeonFXFusion closed 2 years ago

NeonFXFusion commented 2 years ago

I basically just added hooks for other methods as I needed them for my JWT library. I'm not sure if the methods I exposed are memory safe but I would like to know how I would check that. This is my first PR so even if the changes are not up to your standards I would still like your feedback thank you!