aboutsummaryrefslogtreecommitdiff
path: root/gost_grasshopper_cipher.h
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2018-09-19 13:31:04 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2018-09-19 13:31:04 +0300
commit7b2a422a50c4e1b620f30fe5e9bc658cfa8f5d3d (patch)
treee012dc7f4b4b76e28a705029c4512b6c4e40eff7 /gost_grasshopper_cipher.h
parentebb91ec8c33ce9f259d455605a884ffbd72996db (diff)
downloadgost-engine-7b2a422a50c4e1b620f30fe5e9bc658cfa8f5d3d.zip
gost-engine-7b2a422a50c4e1b620f30fe5e9bc658cfa8f5d3d.tar.gz
gost-engine-7b2a422a50c4e1b620f30fe5e9bc658cfa8f5d3d.tar.bz2
TLSTREE ctrl
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;