diff options
author | Mark Haines <mjark@negativecurvature.net> | 2015-02-20 21:32:56 +0000 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2015-02-20 21:32:56 +0000 |
commit | 44d0c0920574c3169a0ebf6a03671332753a1c76 (patch) | |
tree | 439ee95d7588b6badd58abb228ae667b16f59623 /src/libs.cpp |
initial commit: start implementing the crypto primitives
Diffstat (limited to 'src/libs.cpp')
-rw-r--r-- | src/libs.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libs.cpp b/src/libs.cpp new file mode 100644 index 0000000..5b9c2aa --- /dev/null +++ b/src/libs.cpp @@ -0,0 +1,5 @@ +extern "C" { +#include "crypto-algorithms/sha256.c" +#include "crypto-algorithms/aes.c" +#include "curve25519-donna/curve25519-donna.c" +} |