aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gost_lcl.h')
-rw-r--r--gost_lcl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gost_lcl.h b/gost_lcl.h
index 4322c4e..4c099dd 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -240,7 +240,10 @@ const EVP_CIPHER *cipher_gost_cpacnt();
const EVP_CIPHER *cipher_gost_cpcnt_12();
const EVP_CIPHER *cipher_magma_cbc();
const EVP_CIPHER *cipher_magma_ctr();
+const EVP_CIPHER *cipher_magma_wrap();
+const EVP_CIPHER *cipher_kuznyechik_wrap();
void cipher_gost_destroy();
+void wrap_ciphers_destroy();
void inc_counter(unsigned char *counter, size_t counter_bytes);