1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-10-04 23:30:06 +00:00

Deprecated panel, added shell, lrsa.h -> lsodium.h

- Refactoring
This commit is contained in:
2022-02-24 22:13:05 -06:00
parent 5c31fb861b
commit c092d5a9a0
25 changed files with 808 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
#include <string.h>
#include "lerror.h"
#include "lrsa.h"
#include "lsodium.h"
int main(int argv, char **argc) {
unsigned char priv[crypto_kx_SECRETKEYBYTES], pub[crypto_kx_PUBLICKEYBYTES];