Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 425 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 425 Bytes

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