.. |
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 |
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
|
Remove global usage in AES encryption ##crypto
|
2021-09-28 10:40:22 +02:00 |
crypto_aes_wrap.c
|
Get rid of some globals and tls-ify others
|
2022-07-03 10:01:58 +02:00 |
crypto_aes.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
crypto_base64.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
crypto_base91.c
|
Merge arc from asm into anal and build it with meson ##refactor
|
2022-07-08 20:03:18 +02:00 |
crypto_blowfish.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
crypto_cps2.c
|
Add lint for ';;$' and remove strncmp from io plugins
|
2022-08-18 00:11:36 +02:00 |
crypto_des.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
crypto_punycode.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
crypto_rc2.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
crypto_rc4.c
|
More spelling fixes in the code
|
2019-06-20 13:36:02 +08:00 |
crypto_rc6.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
crypto_rol.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
crypto_ror.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
crypto_rot.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
crypto_serpent_algo.c
|
More source spacing linting
|
2022-08-18 14:37:29 +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
|
Fix undefined behaviour bugs in serpent crypto algorithm ##crypto
|
2022-03-25 22:14:18 +01:00 |
crypto_sm4.c
|
Add SM4 block cipher ##crypto
|
2022-08-08 19:23:33 +02:00 |
crypto_xor.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
des.mk
|
Add DES support to rahash2
|
2017-01-28 12:52:39 +01: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 |
sm4.mk
|
Add SM4 block cipher ##crypto
|
2022-08-08 19:23:33 +02:00 |
xor.mk
|
rahash2 Added xor encryption
|
2016-03-09 08:28:26 +01:00 |