mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 20:17:46 +00:00
2e97ecfbcd
To prepare for a generic internal cipher API, move the built-in AES implementation into the crypto/ directory Backports commit 6f2945cde60545aae7f31ab9d5ef29531efbc94f from qemu
3 lines
No EOL
60 B
Text
3 lines
No EOL
60 B
Text
util-obj-y = init.o
|
|
util-obj-y += hash.o
|
|
util-obj-y += aes.o |