Added assembler AES for x86 and x86_64.
[silc.git] / lib / silccrypt / none.h
index 8986bba83842c5b75c46505636bdd89657cecc46..261b1c16fdbde874092113e61f8208b40f71e1f7 100644 (file)
@@ -9,7 +9,7 @@
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; version 2 of the License.
-  
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 /*
  * $Id$
  * $Log$
+ * Revision 1.3  2006/12/15 15:22:48  priikone
+ *     Added assembler AES for x86 and x86_64.
+ *     Simplified Cipher implementation API.
+ *
  * Revision 1.2  2005/05/10 18:31:17  priikone
  *     Merged silc_1_0_branch to trunk.
  *
 #ifndef NONE_H
 #define NONE_H
 
-/* 
+/*
  * SILC Crypto API for None cipher (ie. no cipher) :)
  */
 
 SILC_CIPHER_API_SET_KEY(none);
-SILC_CIPHER_API_SET_KEY_WITH_STRING(none);
 SILC_CIPHER_API_CONTEXT_LEN(none);
 SILC_CIPHER_API_ENCRYPT_CBC(none);
 SILC_CIPHER_API_DECRYPT_CBC(none);