tel / saltine

Cryptography that's easy to digest (NaCl/libsodium bindings)
https://github.com/tel/saltine
MIT License
61 stars 29 forks source link

Fix type of boxSeal #31

Closed wyager closed 7 years ago

wyager commented 7 years ago

boxSeal is non-deterministic and therefore should be an IO action.

linearray commented 7 years ago

You are right, this was an oversight.

Can you make the tests pass (on 7.10/8.0, 7.8 is failing for other reasons), so I can merge?

wyager commented 7 years ago

Looks like that fixed it! Can you confirm?