switch to libsodium implementation of aegis256

This commit is contained in:
2020-06-09 20:59:55 +02:00
parent 0183b35acf
commit e4988b9e9c
2 changed files with 7 additions and 7 deletions

1
test.c
View File

@@ -1,5 +1,4 @@
#include "mud.c"
#include "aegis256/aegis256.c"
#include <stdio.h>
#include <poll.h>