Playing around with cryptography using sodiumoxide, Rust bindings to libsodium.
Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more.
It is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API, and an extended API to improve usability even further.
Its goal is to provide all of the core operations needed to build higher-level cryptographic tools.
Early, early stage. Yet functional.
As a prove of concept to something bigger and more elaborate than that, it works just fine. It goes through the happy paths and a few corner cases too.
To work on test cases now.
Leandro Silva <leandrodoze@gmail.com>