Dependencies for RSA-1.0.6.3
Libraries
RSA
- bytestring
- random
- if flag(oldbase)else
- if flag(usebinary)
- if flag(includemd5) && flag(usebinary)
Executables
test_rsa
- if flag(test)
- bytestring
- QuickCheck (>=2 && <3)
- test-framework (>=0.3 && <0.4)
- test-framework-quickcheck2 (>=0.2 && <0.3)
- if flag(oldbase)else
- buildable: False
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| test | Building the test program | Disabled |
| includemd5 | Include support for using MD5 in the various crypto routines. | Enabled |
| usebinary | Use the binary package for serializing keys. | Enabled |
| oldbase | Whether or not to use base 3 (default: no) | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info