From e7f5fdebef90d0be01edeabd4ea260138ed1fbd0 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Mon, 21 Nov 2016 11:45:58 +0100 Subject: add RNG using ChaCha20 as CSPRNG --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 134ab13..1e6dfcf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -APPLICATION = entropy +APPLICATION = cc20rng SRCDIR = src/$(APPLICATION) all: target -- cgit v1.2.3