diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-08 03:54:55 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-08 03:54:55 +0000 |
| commit | 20cb29c2f8c5c87bc590896854a20b1473ceb358 (patch) | |
| tree | 2857f41513a56ad41af97b57362639298aa7f033 /third_party/tinyaes/hybbx_aes_config.h | |
#2
Diffstat (limited to 'third_party/tinyaes/hybbx_aes_config.h')
| -rw-r--r-- | third_party/tinyaes/hybbx_aes_config.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/tinyaes/hybbx_aes_config.h b/third_party/tinyaes/hybbx_aes_config.h new file mode 100644 index 0000000..f4fffd9 --- /dev/null +++ b/third_party/tinyaes/hybbx_aes_config.h @@ -0,0 +1,13 @@ +/* HyBBX tiny-AES-c configuration: AES-256, ECB + CTR for GCM. */ +#ifndef HYBBX_AES_CONFIG_H +#define HYBBX_AES_CONFIG_H + +#define CBC 0 +#define ECB 1 +#define CTR 1 +#undef AES128 +#define AES128 0 +#undef AES256 +#define AES256 1 + +#endif |
