Add a very simple encryption layer for testing

This commit is contained in:
angt
2015-10-31 21:30:51 +01:00
parent a25ac267d3
commit 0aeab9a33b
2 changed files with 174 additions and 35 deletions

View File

@@ -1,6 +1,7 @@
CC := gcc
LDFLAGS := -Wl,-O1,--sort-common,--as-needed
CFLAGS := -ffreestanding -Wall -Wextra
LDLIBS := -lsodium
prefix := /usr/local