1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00
Files
godot/drivers/builtin_openssl2/crypto/aes
2016-04-15 19:03:35 +04:30
..
2016-04-10 17:48:59 +04:30
2016-04-10 17:48:59 +04:30
2016-04-10 17:48:59 +04:30
2016-04-10 17:48:59 +04:30
2016-04-10 17:48:59 +04:30
2016-04-10 17:48:59 +04:30
2016-04-10 17:48:59 +04:30
2016-04-10 17:48:59 +04:30
2016-04-10 17:48:59 +04:30
2016-04-15 19:03:35 +04:30
2016-04-15 19:03:35 +04:30
2014-08-01 22:10:38 -03:00

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.