]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost89.h
Start implementing MAGMA algorithm
[openssl-gost/engine.git] / gost89.h
index 13f35e15953a0c1be50bb8e12e5132ff83030985..59a938fa311cc69a934befbefb93ebee3c6cd625 100644 (file)
--- a/gost89.h
+++ b/gost89.h
@@ -59,6 +59,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 * ctx, const byte * key);
+/* Set key into context */
+void magma_key(gost_ctx * ctx, const byte * key);
 /* Get key from context */
 void gost_get_key(gost_ctx * ctx, byte * key);
 /* Set S-blocks into context */