summaryrefslogtreecommitdiff
path: root/third_party/tinyaes/hybbx_aes_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/tinyaes/hybbx_aes_config.h')
-rw-r--r--third_party/tinyaes/hybbx_aes_config.h13
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
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com