aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
authorMark Fedorov <mark.fedorov@cloudbear.ru>2022-08-11 12:27:11 +0000
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2022-08-11 17:48:01 +0200
commitbd6c4f8c5c8a087ce0ea65c3dc5ee38b38b8802c (patch)
tree94968c628962a3cbe2e8ab8133ef3817d177981d /gost_lcl.h
parente19c3e04fddc64c30535eb042dbf948fc5687398 (diff)
downloadgost-engine-bd6c4f8c5c8a087ce0ea65c3dc5ee38b38b8802c.zip
gost-engine-bd6c4f8c5c8a087ce0ea65c3dc5ee38b38b8802c.tar.gz
gost-engine-bd6c4f8c5c8a087ce0ea65c3dc5ee38b38b8802c.tar.bz2
Add magma-ecb mode. Fixes #410
Diffstat (limited to 'gost_lcl.h')
-rw-r--r--gost_lcl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gost_lcl.h b/gost_lcl.h
index e785404..569f7cf 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -349,6 +349,7 @@ extern GOST_cipher Gost28147_89_cnt_12_cipher;
extern GOST_cipher magma_ctr_cipher;
extern GOST_cipher magma_ctr_acpkm_cipher;
extern GOST_cipher magma_ctr_acpkm_omac_cipher;
+extern GOST_cipher magma_ecb_cipher;
extern GOST_cipher magma_cbc_cipher;
extern GOST_cipher grasshopper_ecb_cipher;
extern GOST_cipher grasshopper_cbc_cipher;