Dependencies for RSA-1.0.6.1
Libraries
RSA
- bytestring
- random
- if flag(oldbase)else
- if flag(usebinary)
- if flag(includemd5) && flag(usebinary)
Executables
test_rsa
- if flag(skiptests)
- buildable: False
- bytestring
- test-framework (>=0.3 && <0.4)
- if flag(oldbase)else
- if flag(quickcheck1)
- QuickCheck (<2)
- test-framework-quickcheck (>=0.2.6 && <0.3)
- test-framework-quickcheck2 (>=0.2.7 && <0.3)
- if flag(hasarbitraryword8)
- QuickCheck (>=2.1.2 && <3)
- QuickCheck (>=2 && <2.1.2)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
skiptests | Skip building the test program | Enabled |
includemd5 | Include support for using MD5 in the various crypto routines. | Enabled |
usebinary | Use the binary package for serializing keys. | Enabled |
quickcheck1 | Whether this is QuickCheck 1 or not | Disabled |
oldbase | Whether or not to use base 3 (default: no) | Disabled |
hasarbitraryword8 | Whether or not Arbitrary Word8 is defined by QuickCheck | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info