SelfTest: Add SelfTest.Random and SelfTest.Random.OSRNG

This commit is contained in:
Dwayne C. Litzenberger 2008-09-17 13:35:25 -04:00
parent a514238020
commit 2467f60dca
11 changed files with 470 additions and 0 deletions

View file

@ -178,6 +178,8 @@ kw = {'name':"pycrypto",
"Crypto.SelfTest",
"Crypto.SelfTest.Cipher",
"Crypto.SelfTest.Hash",
"Crypto.SelfTest.Random",
"Crypto.SelfTest.Random.OSRNG",
"Crypto.SelfTest.Util",
"Crypto.Protocol", "Crypto.PublicKey"],
'package_dir' : { "Crypto":"." },