aboutsummaryrefslogtreecommitdiff
path: root/gost_grasshopper_cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'gost_grasshopper_cipher.h')
-rw-r--r--gost_grasshopper_cipher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gost_grasshopper_cipher.h b/gost_grasshopper_cipher.h
index cc67795..31dc021 100644
--- a/gost_grasshopper_cipher.h
+++ b/gost_grasshopper_cipher.h
@@ -18,6 +18,7 @@ extern "C" {
// because of buffers
typedef struct {
uint8_t type;
+ grasshopper_key_t master_key;
grasshopper_key_t key;
grasshopper_round_keys_t encrypt_round_keys;
grasshopper_round_keys_t decrypt_round_keys;