X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fcrypto%2Faes%2FREADME;fp=lib%2Fopenssl%2Fcrypto%2Faes%2FREADME;h=0f9620a80ecaf44c318d050ab8e535c0d9d0d7f4;hb=9ff1530871deeb0f7eaa35ca0db6630724045e4a;hp=0000000000000000000000000000000000000000;hpb=25b73076b01ae059da1a2e9a1677e00788ada620;p=cassiopeia.git diff --git a/lib/openssl/crypto/aes/README b/lib/openssl/crypto/aes/README new file mode 100644 index 0000000..0f9620a --- /dev/null +++ b/lib/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.