FedericoCeratto / nim-libsodium

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

crypto_kx_* missing #16

Closed iffy closed 4 years ago

iffy commented 4 years ago

I'm looking for the key exchange functions defined here: https://libsodium.gitbook.io/doc/key_exchange

Is it intentional that they are missing? Would you consider a PR to add them?