[crypticl-cvs] CVS crypticl/src

tskogan tskogan at common-lisp.net
Wed Jan 17 22:00:56 UTC 2007


Update of /project/crypticl/cvsroot/crypticl/src
In directory clnet:/tmp/cvs-serv29476/src

Modified Files:
	utilities.lisp test.lisp rsa.lisp random.lisp numtheory.lisp 
	md5.lisp load.lisp keystore.lisp keygenerator.lisp idea.lisp 
	dsa.lisp diffie-hellman.lisp des.lisp crypticl-package.lisp 
	common.lisp aes.lisp LICENSE 
Log Message:
Removed email addresses (to reduce spam).


--- /project/crypticl/cvsroot/crypticl/src/utilities.lisp	2007/01/07 15:55:17	1.5
+++ /project/crypticl/cvsroot/crypticl/src/utilities.lisp	2007/01/17 22:00:52	1.6
@@ -2,7 +2,7 @@
 ;;;; The Crypticl cryptographic library.
 ;;;;
 ;;;; Description: Non-cryptopgrahic utilities
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 
 ;;To do:
--- /project/crypticl/cvsroot/crypticl/src/test.lisp	2007/01/16 23:46:06	1.5
+++ /project/crypticl/cvsroot/crypticl/src/test.lisp	2007/01/17 22:00:52	1.6
@@ -2,7 +2,7 @@
 ;;;; The Crypticl cryptographic library.
 ;;;;
 ;;;; Description: Test code for the library.
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 
 (in-package crypticl)
--- /project/crypticl/cvsroot/crypticl/src/rsa.lisp	2004/11/25 21:56:53	1.5
+++ /project/crypticl/cvsroot/crypticl/src/rsa.lisp	2007/01/17 22:00:52	1.6
@@ -2,7 +2,7 @@
 ;;;; The Crypticl cryptographic library.
 ;;;;
 ;;;; Description: RSA encryption/decryption according to PKCS#1
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 
 ;;; References:
--- /project/crypticl/cvsroot/crypticl/src/random.lisp	2004/11/25 21:56:52	1.3
+++ /project/crypticl/cvsroot/crypticl/src/random.lisp	2007/01/17 22:00:52	1.4
@@ -2,7 +2,7 @@
 ;;;; The Crypticl cryptographic library.
 ;;;;
 ;;;; Description: Pseudo random number generation.
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 
 
--- /project/crypticl/cvsroot/crypticl/src/numtheory.lisp	2004/11/25 21:56:52	1.3
+++ /project/crypticl/cvsroot/crypticl/src/numtheory.lisp	2007/01/17 22:00:52	1.4
@@ -2,7 +2,7 @@
 ;;;; The Crypticl cryptographic library.
 ;;;;
 ;;;; Description:  Number theoretic utilities, including primality testing.
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 
 ;;; References:
--- /project/crypticl/cvsroot/crypticl/src/md5.lisp	2007/01/06 12:56:16	1.4
+++ /project/crypticl/cvsroot/crypticl/src/md5.lisp	2007/01/17 22:00:52	1.5
@@ -2,7 +2,7 @@
 ;;;; The Crypticl cryptographic library.
 ;;;;
 ;;;; Description: The RSA MD5 message digest algorithm from Internet RFC 1321.
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 ;;;; Credit: Low level code based on implementation by Mark Nahabedian with 
 ;;;;         enhancements by Tony Eng.
--- /project/crypticl/cvsroot/crypticl/src/load.lisp	2004/11/25 21:56:52	1.6
+++ /project/crypticl/cvsroot/crypticl/src/load.lisp	2007/01/17 22:00:52	1.7
@@ -6,7 +6,7 @@
 ;;;; Usage: Loading this file will load the rest of the library.
 ;;;;        After loading you can list the public interface with 
 ;;;;        (crypticl:print-external-symbols) from the top-level. 
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 
 ;;To do:
--- /project/crypticl/cvsroot/crypticl/src/keystore.lisp	2004/11/25 21:56:52	1.3
+++ /project/crypticl/cvsroot/crypticl/src/keystore.lisp	2007/01/17 22:00:52	1.4
@@ -2,7 +2,7 @@
 ;;;; The Crypticl cryptographic library.
 ;;;;
 ;;;; Description: Simple key store utility.
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 
 ;;To do:
--- /project/crypticl/cvsroot/crypticl/src/keygenerator.lisp	2004/11/25 21:56:52	1.6
+++ /project/crypticl/cvsroot/crypticl/src/keygenerator.lisp	2007/01/17 22:00:52	1.7
@@ -2,7 +2,7 @@
 ;;;; The Crypticl cryptographic library.
 ;;;;
 ;;;; Description: Interface for key generation. 
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 
 ;;To do:
--- /project/crypticl/cvsroot/crypticl/src/idea.lisp	2004/11/25 21:56:52	1.4
+++ /project/crypticl/cvsroot/crypticl/src/idea.lisp	2007/01/17 22:00:52	1.5
@@ -2,7 +2,7 @@
 ;;;; The Crypticl cryptographic library.
 ;;;;
 ;;;; Description: IDEA - International Data Encryption Algorithm
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 
 ;;; Based on the references [1] and [2].
--- /project/crypticl/cvsroot/crypticl/src/dsa.lisp	2004/11/25 21:56:52	1.6
+++ /project/crypticl/cvsroot/crypticl/src/dsa.lisp	2007/01/17 22:00:52	1.7
@@ -2,7 +2,7 @@
 ;;;; The Crypticl cryptographic library.
 ;;;;
 ;;;; Description: The Digital Signature Algorithm (DSA).
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 
 ;;; Implementation based on the Digital Signature Standard (DSS) ([1]). 
--- /project/crypticl/cvsroot/crypticl/src/diffie-hellman.lisp	2004/11/25 21:56:52	1.5
+++ /project/crypticl/cvsroot/crypticl/src/diffie-hellman.lisp	2007/01/17 22:00:52	1.6
@@ -2,7 +2,7 @@
 ;;;; The Crypticl cryptographic library.
 ;;;;
 ;;;; Description: Diffie-Hellman
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 
 
--- /project/crypticl/cvsroot/crypticl/src/des.lisp	2004/11/25 21:56:52	1.3
+++ /project/crypticl/cvsroot/crypticl/src/des.lisp	2007/01/17 22:00:52	1.4
@@ -2,7 +2,7 @@
 ;;;; The Crypticl cryptographic library.
 ;;;;
 ;;;; Description: A void DES implementation.
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 
 ;;; DES has not been implemented, but a DES class and some
--- /project/crypticl/cvsroot/crypticl/src/crypticl-package.lisp	2004/11/25 21:56:52	1.7
+++ /project/crypticl/cvsroot/crypticl/src/crypticl-package.lisp	2007/01/17 22:00:52	1.8
@@ -6,7 +6,7 @@
 ;;;; Usage: Loading this file will load the rest of the library.
 ;;;;        After loading you can list the public interface with 
 ;;;;        (crypticl:print-external-symbols) from the top-level. 
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 
 ;;To do:
--- /project/crypticl/cvsroot/crypticl/src/common.lisp	2007/01/16 23:44:32	1.6
+++ /project/crypticl/cvsroot/crypticl/src/common.lisp	2007/01/17 22:00:52	1.7
@@ -2,7 +2,7 @@
 ;;;; The Crypticl cryptographic library.
 ;;;;
 ;;;; Description: Common functionality.
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 
 ;; To do:
--- /project/crypticl/cvsroot/crypticl/src/aes.lisp	2004/11/25 21:56:51	1.5
+++ /project/crypticl/cvsroot/crypticl/src/aes.lisp	2007/01/17 22:00:52	1.6
@@ -2,7 +2,7 @@
 ;;;; The Crypticl cryptographic library.
 ;;;;
 ;;;; Description: AES
-;;;; Author: Taale Skogan <tasko at frisurf.no>
+;;;; Author: Taale Skogan
 ;;;; Distribution:  See the accompanying file LICENSE.
 
 ;;To do:
--- /project/crypticl/cvsroot/crypticl/src/LICENSE	2004/09/20 19:13:36	1.1.1.1
+++ /project/crypticl/cvsroot/crypticl/src/LICENSE	2007/01/17 22:00:55	1.2
@@ -1,11 +1,11 @@
 ######################################################################
 ## 
-##    Copyright (C) 2003
-##    Tåle Skogan
+##    Copyright (C) 2003-2007
+##    Taale Skogan
 ## 
 ## Filename:      LICENSE
 ## Description:   Defines the terms under which this software may be copied.
-## Author:        Tåle Skogan, tasko at frisurf.no
+## Author:        Taale Skogan
 ##                
 ######################################################################
 Redistribution and use in source and binary forms, with or without




More information about the Crypticl-cvs mailing list