radare2/libr/crypto/p
Sylvain Pelissier 07faceaa92
Some checks are pending
build / linux-wasi (push) Waiting to run
build / linux-wasi-api (push) Waiting to run
build / linux-csnext (push) Waiting to run
build / linux-ssl-crypto (push) Waiting to run
build / tarball (push) Waiting to run
build / linux-static (push) Waiting to run
build / linux-acr-rpm-64 (push) Waiting to run
build / linux-acr-deb (amd64) (push) Waiting to run
build / linux-acr-deb (arm64, aarch64-linux-gnu) (push) Waiting to run
build / linux-acr-deb (i386, multilib) (push) Waiting to run
build / macos-acr (arm64, 13) (push) Waiting to run
build / macos-acr (x86_64, 12) (push) Waiting to run
build / ios (cydia32) (push) Waiting to run
build / ios (true, cydia) (push) Waiting to run
build / android-acr (16, arm) (push) Waiting to run
build / android-acr (aarch64) (push) Waiting to run
build / android-meson (x86_64) (push) Waiting to run
build / w32-meson (push) Waiting to run
build / w64-static-2022 (push) Waiting to run
build / w64-static (push) Waiting to run
build / w64-meson (push) Waiting to run
build / check_abi_compatibility (push) Blocked by required conditions
build / check_release (push) Blocked by required conditions
build / release (push) Blocked by required conditions
CI / linux-acr-oldlibsbug (push) Waiting to run
CI / linux-nocs (push) Waiting to run
CI / linux-acr-gperf (push) Waiting to run
CI / linux-sys-capstone (push) Waiting to run
CI / linux-acr-resymlink (push) Waiting to run
CI / linux-test (push) Waiting to run
CI / linux-static-meson (push) Waiting to run
CI / macos-test (push) Waiting to run
CI / linux-rpath (push) Waiting to run
CI / macos-rpath (push) Waiting to run
CI / linux-meson-spaces (push) Waiting to run
CI / linux-tinyasan-fuzz (push) Waiting to run
CI / linux-asan-fuzz (push) Waiting to run
CI / w64-make (push) Waiting to run
CI / w32-mingw (push) Waiting to run
CI / w64-mingw (push) Waiting to run
Code scanning - action / CodeQL-Build (push) Waiting to run
Coverity Scan / latest (push) Waiting to run
tcc / ubuntu-tcc-newabi (push) Waiting to run
tcc / ubuntu-tcc-test (push) Waiting to run
tcc / ubuntu-tcc-nodbg (push) Waiting to run
tcc / r2pm-tcc (push) Waiting to run
tcc / ubuntu-tcc-syslibs (push) Waiting to run
Update r_crypto_list arguments
2024-11-21 19:48:01 +01:00
..
aes_cbc.mk Fix sys/ios-static.sh 2016-09-12 20:52:12 +02:00
aes_wrap.mk Add AES Key Wrap Algorithm ##crypto 2021-09-25 06:53:57 +02:00
aes.mk Fix #4056 - rename DEPS to R2DEPS ##build (#17020) 2020-06-12 10:49:28 +08:00
base64.mk Add crypto plugin for base64 and base91 2016-04-13 10:34:55 +02:00
base91.mk Add crypto plugin for base64 and base91 2016-04-13 10:34:55 +02:00
bech32.mk Fix #22140 - Add bech32 encoding/decoding ##crypto 2024-11-01 14:25:10 +01:00
blowfish.mk RCrypto: Add support for the Blowfish cipher 2016-03-09 08:30:25 +01:00
cps2.mk Add crypto.cps2 plugin 2016-08-01 17:31:36 +02:00
crypto_aes_algo.c Fix {{0}} build regression for crypto.aes 2022-05-30 21:17:07 +02:00
crypto_aes_algo.h Lots of cleanups to reduce the regressions in TCC ##refactor 2022-03-17 18:40:58 +01:00
crypto_aes_cbc.c Update cipher plugin descriptions ##crypto 2024-11-10 21:23:53 +01:00
crypto_aes_wrap.c Update cipher plugin descriptions ##crypto 2024-11-10 21:23:53 +01:00
crypto_aes.c Update cipher plugin descriptions ##crypto 2024-11-10 21:23:53 +01:00
crypto_base64.c Use SPDX namings for crypto, and list them in Vj ##doc 2024-10-18 17:32:56 +02:00
crypto_base91.c Use SPDX namings for crypto, and list them in Vj ##doc 2024-10-18 17:32:56 +02:00
crypto_bech32.c Fix recently introduced leaks spotted by coverity 2024-11-03 18:19:26 +01:00
crypto_bech32.h Fix #22140 - Add bech32 encoding/decoding ##crypto 2024-11-01 14:25:10 +01:00
crypto_blowfish.c Use SPDX namings for crypto, and list them in Vj ##doc 2024-10-18 17:32:56 +02:00
crypto_cps2.c Use SPDX namings for crypto, and list them in Vj ##doc 2024-10-18 17:32:56 +02:00
crypto_des.c Update cipher plugin descriptions ##crypto 2024-11-10 21:23:53 +01:00
crypto_ed25519.c Use SPDX namings for crypto, and list them in Vj ##doc 2024-10-18 17:32:56 +02:00
crypto_entropy.c Update r_crypto_list arguments 2024-11-21 19:48:01 +01:00
crypto_punycode.c Use SPDX namings for crypto, and list them in Vj ##doc 2024-10-18 17:32:56 +02:00
crypto_rc2.c Use SPDX namings for crypto, and list them in Vj ##doc 2024-10-18 17:32:56 +02:00
crypto_rc4.c Use SPDX namings for crypto, and list them in Vj ##doc 2024-10-18 17:32:56 +02:00
crypto_rc6.c Use SPDX namings for crypto, and list them in Vj ##doc 2024-10-18 17:32:56 +02:00
crypto_rol.c Use SPDX namings for crypto, and list them in Vj ##doc 2024-10-18 17:32:56 +02:00
crypto_ror.c Use SPDX namings for crypto, and list them in Vj ##doc 2024-10-18 17:32:56 +02:00
crypto_rot.c Use SPDX namings for crypto, and list them in Vj ##doc 2024-10-18 17:32:56 +02:00
crypto_serpent_algo.c Replace r_return_val_if_fail with uppercase alternative 2024-08-05 12:26:32 +02:00
crypto_serpent_algo.h Remove some exit() calls in libr ##api (#18565) 2021-04-11 02:34:23 +02:00
crypto_serpent.c Update cipher plugin descriptions ##crypto 2024-11-10 21:23:53 +01:00
crypto_sip.c Update r_crypto_list arguments 2024-11-21 19:48:01 +01:00
crypto_sm4_algo.c Update tests 2024-03-16 03:03:48 +01:00
crypto_sm4.c Update cipher plugin descriptions ##crypto 2024-11-10 21:23:53 +01:00
crypto_strhash.c Update r_crypto_list arguments 2024-11-21 19:48:01 +01:00
crypto_xor.c Update cipher plugin descriptions ##crypto 2024-11-10 21:23:53 +01:00
des.mk Add DES support to rahash2 2017-01-28 12:52:39 +01:00
ed25519.mk Initial support for Ed25519 signatures ##crypto 2024-07-31 12:46:55 +02:00
entropy.mk Initial work on the way RCrypto handles plugins ##crypto 2022-09-21 20:54:08 +02:00
Makefile Don't try to build shared libraries if configured as --without-pic. 2018-01-11 23:09:22 +01:00
punycode.mk Add support for punycode via woE and woD and rahash2 2016-05-07 12:31:13 +02:00
rc2.mk rahash2: Add RC2 2016-03-09 15:18:50 +01:00
rc4.mk Initial import of crypto.rc4 algorithm and modernize RCrypto API 2016-03-07 02:38:50 +01:00
rc6.mk rc6 support (#4826) 2016-05-09 16:51:26 +02:00
rol.mk add ROL and ROR support 2016-04-10 00:37:34 +02:00
ror.mk add ROL and ROR support 2016-04-10 00:37:34 +02:00
rot.mk add ROT to rahash2 2016-04-10 00:37:34 +02:00
serpent.mk Fix #4056 - rename DEPS to R2DEPS ##build (#17020) 2020-06-12 10:49:28 +08:00
sip.mk Create sip hash plugin ##crypto 2024-11-04 23:30:28 +01:00
sm4.mk Separate SM4 algorithm from plugin ##crypto 2022-09-15 16:28:38 +02:00
strhash.mk Few more cleanups for rahash2 and add the strhash crypto plugin 2024-03-21 11:16:16 +01:00
xor.mk rahash2 Added xor encryption 2016-03-09 08:28:26 +01:00