summaryrefslogtreecommitdiff
path: root/third_party/tinyaes/hybbx_aes_config.h
blob: f4fffd9b0e76e4c8dafc3042243cd92c857e563a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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