FedericoCeratto / nim-libsodium

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

Add key exchange procs (crypto_kx_*) #17

Closed iffy closed 4 years ago

iffy commented 4 years ago

If you want them and I've implemented them correctly, here are the key exchange functions.

Fixes #16

FedericoCeratto commented 4 years ago

@iffy thank you very much for the contribution. Would you consider adding tests before merging? No worries if you cannot, I'll do it myself.

iffy commented 4 years ago

Absolutely!

Silly me; I ran nimble test and it didn't find anything, so I assumed there were no tests even though the file is staring me in the face :)

FedericoCeratto commented 4 years ago

@iffy , thank you so much!