From 1166875eb3d248994fdc0b1d0bc819b9ecde33d7 Mon Sep 17 00:00:00 2001 From: Legrandin Date: Thu, 3 Feb 2011 01:18:11 +0100 Subject: The final, tested PKCS#1 v1.5 signature module --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index aae5dc6..64733d2 100644 --- a/setup.py +++ b/setup.py @@ -274,7 +274,10 @@ kw = {'name':"pycrypto", "Crypto.SelfTest.Random.Fortuna", "Crypto.SelfTest.Random.OSRNG", "Crypto.SelfTest.Util", - "Crypto.Protocol", "Crypto.PublicKey"], + "Crypto.SelfTest.Signature", + "Crypto.Protocol", + "Crypto.PublicKey", + "Crypto.Signature"], 'package_dir' : { "Crypto": "lib/Crypto" }, 'ext_modules': plat_ext + [ # _fastmath (uses GNU mp library) -- cgit v1.2.1