Skip to content

hypercore-cxx/sodium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published