rizin/subprojects/nettle
amibranch 8e6b764fb5
build: Improved meson-build to use rizin as subproject (#4684)
* Setting GNU99/C99 standard for subprojects
* Remove use of `add_global_arguments`
* Added extern "C" linkage specification to some public headers of rizin
* Changed the meson_git_wrapper.py-script to explicitly specify the output-path
* Made the RIZIN_BUILD_PATH conditional in the integration-test meson-build

Co-authored-by: amibranch <amibranch@users.noreply.github.com>
2024-10-29 23:59:42 +08:00
..
.clang-format Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes-decrypt-internal.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes-decrypt-table.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes-decrypt.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes-encrypt-internal.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes-encrypt-table.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes-encrypt.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes-internal.h Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes-invert-internal.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes-set-decrypt-key.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes-set-encrypt-key.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes-set-key-internal.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes.h Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes128-decrypt.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes128-encrypt.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes128-set-decrypt-key.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes128-set-encrypt-key.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes192-decrypt.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes192-encrypt.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes192-set-decrypt-key.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes192-set-encrypt-key.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes256-decrypt.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes256-encrypt.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes256-set-decrypt-key.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aes256-set-encrypt-key.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
aesdata.c Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
macros.h Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
meson.build build: Improved meson-build to use rizin as subproject (#4684) 2024-10-29 23:59:42 +08:00
nettle-types.h Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00