/sodium

libsodium functions

Primary LanguageC++

SYNOPSIS

Libsodium utilities (work in progress).

USAGE

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

TEST

build test

EXAMPLE

#include "deps/datcxx/sodium/index.hxx"

auto r = Hyper::Sodium::randomBytes(128);
// r.size() == 128