summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ouroboros/crypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ouroboros/crypt.h b/include/ouroboros/crypt.h
index 20b3c262..e1ad3199 100644
--- a/include/ouroboros/crypt.h
+++ b/include/ouroboros/crypt.h
@@ -93,6 +93,7 @@
struct crypt_sk {
int nid;
uint8_t * key;
+ uint8_t rot_bit; /* Rotation bit to control epoch */
};
struct sec_config {