mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-12-08 05:19:46 +00:00
SelfTest: Add SelfTest.Random and SelfTest.Random.OSRNG
This commit is contained in:
parent
a514238020
commit
2467f60dca
11 changed files with 470 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -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":"." },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue