aboutsummaryrefslogtreecommitdiff
path: root/gost_eng.c
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_eng.c
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_eng.c')
-rw-r--r--gost_eng.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gost_eng.c b/gost_eng.c
index 003768c..c128867 100644
--- a/gost_eng.c
+++ b/gost_eng.c
@@ -92,6 +92,7 @@ GOST_cipher *gost_cipher_array[] = {
&grasshopper_cfb_cipher,
&grasshopper_ofb_cipher,
&grasshopper_ctr_cipher,
+ &magma_ecb_cipher,
&magma_cbc_cipher,
&magma_ctr_cipher,
&magma_ctr_acpkm_cipher,