Crest / nacl-crypt

Stream encryption with libnacl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a little experiement with NaCl and SQLite.

Build with:
	
	make all # dynamicly linked binary
	make all STATIC=1 # staticly linked binary

About

Stream encryption with libnacl


Languages

Language:C 99.8%Language:Shell 0.2%