From 3e553fcdee82bc1c0ea17fe7f5eedad987f5ed34 Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Tue, 12 May 2020 04:58:03 +0300 Subject: gost_grasshopper_cipher: Rework cipher registration This only adds registering via tables, but not removing obsolete code. --- gost_lcl.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gost_lcl.h') diff --git a/gost_lcl.h b/gost_lcl.h index a9cb8b0..3aafd9e 100644 --- a/gost_lcl.h +++ b/gost_lcl.h @@ -350,5 +350,13 @@ 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_cbc_cipher; +extern GOST_cipher grasshopper_ecb_cipher; +extern GOST_cipher grasshopper_cbc_cipher; +extern GOST_cipher grasshopper_cfb_cipher; +extern GOST_cipher grasshopper_ofb_cipher; +extern GOST_cipher grasshopper_ctr_cipher; +extern GOST_cipher grasshopper_ctr_acpkm_cipher; +extern GOST_cipher grasshopper_ctr_acpkm_omac_cipher; + #endif /* vim: set expandtab cinoptions=\:0,l1,t0,g0,(0 sw=4 : */ -- cgit v1.1