Major restructuring of the internals of SILC Cipher API
[crypto.git] / lib / silccrypt / none.c
index b31bcb8e4a8609aa0ca73422f4fa3b36cbaec2a0..1dfe483d3e158d0f21ad5e89f184a2c6397669ae 100644 (file)
@@ -34,9 +34,14 @@ SILC_CIPHER_API_SET_IV(none)
 
 }
 
-SILC_CIPHER_API_CONTEXT_LEN(none)
+SILC_CIPHER_API_INIT(none)
 {
-  return 1;
+  return (void *)0x01;
+}
+
+SILC_CIPHER_API_UNINIT(none)
+{
+
 }
 
 SILC_CIPHER_API_ENCRYPT(none)