FedericoCeratto / nim-libsodium

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

Update sodium.nim #6

Closed TimseineLPs closed 6 years ago

TimseineLPs commented 6 years ago

Crypto_Sign types and associated functions were mistakenly used instead of the Crypto_Box types and functions in crypto_box_seal and crypto_box_seal_open

FedericoCeratto commented 6 years ago

Thanks!