From 5fc5d37330d3535a0f421632694d1e7918fc22d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 8 Apr 2014 11:38:09 +0200 Subject: Compiles correctly: app/build-native + gradle. --- app/openssl/crypto/aes/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/openssl/crypto/aes/README (limited to 'app/openssl/crypto/aes/README') diff --git a/app/openssl/crypto/aes/README b/app/openssl/crypto/aes/README new file mode 100644 index 00000000..0f9620a8 --- /dev/null +++ b/app/openssl/crypto/aes/README @@ -0,0 +1,3 @@ +This is an OpenSSL-compatible version of AES (also called Rijndael). +aes_core.c is basically the same as rijndael-alg-fst.c but with an +API that looks like the rest of the OpenSSL symmetric cipher suite. -- cgit v1.2.3