This commit is contained in:
Glenn Maynard
2006-08-13 20:13:07 +00:00
parent 82824c8c7d
commit 5f92feea7a
17 changed files with 17 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
// algebra.cpp - written and placed in the public domain by Wei Dai // algebra.cpp - written and placed in the public domain by Wei Dai
#include "global.h"
#include "pch.h" #include "pch.h"
#include "algebra.h" #include "algebra.h"
#include "integer.h" #include "integer.h"
+1
View File
@@ -1,5 +1,6 @@
// algparam.cpp - written and placed in the public domain by Wei Dai // algparam.cpp - written and placed in the public domain by Wei Dai
#include "global.h"
#include "pch.h" #include "pch.h"
#include "algparam.h" #include "algparam.h"
+1
View File
@@ -1,5 +1,6 @@
// asn.cpp - written and placed in the public domain by Wei Dai // asn.cpp - written and placed in the public domain by Wei Dai
#include "global.h"
#include "pch.h" #include "pch.h"
#include "asn.h" #include "asn.h"
+1
View File
@@ -1,5 +1,6 @@
// cryptlib.cpp - written and placed in the public domain by Wei Dai // cryptlib.cpp - written and placed in the public domain by Wei Dai
#include "global.h"
#include "pch.h" #include "pch.h"
#include "cryptlib.h" #include "cryptlib.h"
#include "misc.h" #include "misc.h"
+1
View File
@@ -1,5 +1,6 @@
// files.cpp - written and placed in the public domain by Wei Dai // files.cpp - written and placed in the public domain by Wei Dai
#include "global.h"
#include "pch.h" #include "pch.h"
#include "files.h" #include "files.h"
+1
View File
@@ -1,5 +1,6 @@
// filters.cpp - written and placed in the public domain by Wei Dai // filters.cpp - written and placed in the public domain by Wei Dai
#include "global.h"
#include "pch.h" #include "pch.h"
#include "filters.h" #include "filters.h"
#include "mqueue.h" #include "mqueue.h"
+1
View File
@@ -1,6 +1,7 @@
// integer.cpp - written and placed in the public domain by Wei Dai // integer.cpp - written and placed in the public domain by Wei Dai
// contains public domain code contributed by Alister Lee and Leonard Janke // contains public domain code contributed by Alister Lee and Leonard Janke
#include "global.h"
#include "pch.h" #include "pch.h"
#include "integer.h" #include "integer.h"
#include "modarith.h" #include "modarith.h"
+1
View File
@@ -1,5 +1,6 @@
// iterhash.cpp - written and placed in the public domain by Wei Dai // iterhash.cpp - written and placed in the public domain by Wei Dai
#include "global.h"
#include "pch.h" #include "pch.h"
#include "iterhash.h" #include "iterhash.h"
#include "misc.h" #include "misc.h"
+1
View File
@@ -1,5 +1,6 @@
// misc.cpp - written and placed in the public domain by Wei Dai // misc.cpp - written and placed in the public domain by Wei Dai
#include "global.h"
#include "pch.h" #include "pch.h"
#include "misc.h" #include "misc.h"
#include "words.h" #include "words.h"
+1
View File
@@ -1,5 +1,6 @@
// mqueue.cpp - written and placed in the public domain by Wei Dai // mqueue.cpp - written and placed in the public domain by Wei Dai
#include "global.h"
#include "pch.h" #include "pch.h"
#include "mqueue.h" #include "mqueue.h"
+1
View File
@@ -1,5 +1,6 @@
// nbtheory.cpp - written and placed in the public domain by Wei Dai // nbtheory.cpp - written and placed in the public domain by Wei Dai
#include "global.h"
#include "pch.h" #include "pch.h"
#include "nbtheory.h" #include "nbtheory.h"
#include "modarith.h" #include "modarith.h"
+1
View File
@@ -2,6 +2,7 @@
// Thanks to Leonard Janke for the suggestion for AutoSeededRandomPool. // Thanks to Leonard Janke for the suggestion for AutoSeededRandomPool.
#include "global.h"
#include "pch.h" #include "pch.h"
#include "osrng.h" #include "osrng.h"
+1
View File
@@ -1,5 +1,6 @@
// pkcspad.cpp - written and placed in the public domain by Wei Dai // pkcspad.cpp - written and placed in the public domain by Wei Dai
#include "global.h"
#include "pch.h" #include "pch.h"
#include "pkcspad.h" #include "pkcspad.h"
#include <assert.h> #include <assert.h>
+1
View File
@@ -1,5 +1,6 @@
// pubkey.cpp - written and placed in the public domain by Wei Dai // pubkey.cpp - written and placed in the public domain by Wei Dai
#include "global.h"
#include "pch.h" #include "pch.h"
#include "pubkey.h" #include "pubkey.h"
+1
View File
@@ -1,5 +1,6 @@
// queue.cpp - written and placed in the public domain by Wei Dai // queue.cpp - written and placed in the public domain by Wei Dai
#include "global.h"
#include "pch.h" #include "pch.h"
#include "queue.h" #include "queue.h"
#include "filters.h" #include "filters.h"
+1
View File
@@ -1,5 +1,6 @@
// rsa.cpp - written and placed in the public domain by Wei Dai // rsa.cpp - written and placed in the public domain by Wei Dai
#include "global.h"
#include "pch.h" #include "pch.h"
#include "rsa.h" #include "rsa.h"
#include "asn.h" #include "asn.h"
+1
View File
@@ -3,6 +3,7 @@
// Steve Reid implemented SHA-1. Wei Dai implemented SHA-2. // Steve Reid implemented SHA-1. Wei Dai implemented SHA-2.
// Both are in the public domain. // Both are in the public domain.
#include "global.h"
#include "pch.h" #include "pch.h"
#include "sha.h" #include "sha.h"
#include "misc.h" #include "misc.h"