X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fnone.h;fp=lib%2Fsilccrypt%2Fnone.h;h=261b1c16fdbde874092113e61f8208b40f71e1f7;hb=97ca3ffe0ce65ac0c5fa3274284825537e996c78;hp=8986bba83842c5b75c46505636bdd89657cecc46;hpb=124293f6809a8200f041c276d1846cb5de4dedf2;p=silc.git diff --git a/lib/silccrypt/none.h b/lib/silccrypt/none.h index 8986bba8..261b1c16 100644 --- a/lib/silccrypt/none.h +++ b/lib/silccrypt/none.h @@ -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 @@ -19,6 +19,10 @@ /* * $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. * @@ -34,12 +38,11 @@ #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);