Dependencies for RSA-1.0.3
Libraries
RSA
- base (>=3 && <5)
- bytestring
- random
- SHA
- if flag(usebinary)
- if flag(includemd5) && flag(usebinary)
Executables
test_rsa
- if flag(skiptests)
- buildable: False
- base (>=3 && <5)
- bytestring
- SHA (>=1.0.1)
- if flag(quickcheck1)
- QuickCheck (<2)
- QuickCheck (>=2 && <3)
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 | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info