--- libaitio/src/crypt.c 2012/03/29 01:31:34 1.5 +++ libaitio/src/crypt.c 2012/05/14 12:49:21 1.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: crypt.c,v 1.5 2012/03/29 01:31:34 misho Exp $ +* $Id: crypt.c,v 1.6 2012/05/14 12:49:21 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -47,7 +47,7 @@ SUCH DAMAGE. /* - * ioCipher() Cipher wrapper for all supported crypto algorythms + * ioCipher() - Cipher wrapper for all supported crypto algorythms * * @pInput = input buffer * @inLen = input buffer len @@ -109,7 +109,7 @@ end: } /* - * io_Blowfish() Blowfish cipher algorythm, work with ASCII hex strings + * io_Blowfish() - Blowfish cipher algorythm, work with ASCII hex strings * * @pInput = input buffer * @inLen = input buffer len @@ -173,7 +173,7 @@ io_Blowfish(u_char *pInput, int inLen, u_char **ppOutp } /* - * io_ctr_AES() Encrypt/Decrypt stream cipher CTR_AES + * io_ctr_AES() - Encrypt/Decrypt stream cipher CTR_AES * * @pInput = Input buffer with ASCII * @inLen = Input buffer data length