Ruby: Add qldoc for Cryptography module (from python version)

This commit is contained in:
Alex Ford
2022-03-14 08:57:13 +00:00
parent fc232ce55f
commit 6eca036b44

View File

@@ -763,6 +763,14 @@ module Logging {
}
}
/**
* Provides models for cryptographic things.
*
* Note: The `CryptographicAlgorithm` class currently doesn't take weak keys into
* consideration for the `isWeak` member predicate. So RSA is always considered
* secure, although using a low number of bits will actually make it insecure. We plan
* to improve our libraries in the future to more precisely capture this aspect.
*/
module Cryptography {
import security.CryptoAlgorithms