Libsodium utilities (work in progress).
This module is designed to work with the datcxx
build tool. To add this
module to your project us the following command...
build add datcxx/sodium
build test
#include "deps/datcxx/sodium/index.hxx"
auto r = Hyper::Sodium::randomBytes(128);
// r.size() == 128