]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost89.h
disable gost key mask on gost94 digest steps due to performance issues
[openssl-gost/engine.git] / gost89.h
index 569db5b059816eee5fa162fc74b6d0940c867913..b67375b7ddfbad80b9fa787646874dbaada5fb67 100644 (file)
--- a/gost89.h
+++ b/gost89.h
@@ -60,6 +60,8 @@ void gostcrypt(gost_ctx * c, const byte * in, byte * out);
 void gostdecrypt(gost_ctx * c, const byte * in, byte * out);
 /* Set key into context */
 void gost_key(gost_ctx * c, const byte * k);
+/* Set key into context without key mask */
+void gost_key_nomask(gost_ctx * c, const byte * k);
 /* Set key into context */
 void magma_key(gost_ctx * c, const byte * k);
 /* Get key from context */