Enumerations of crypto algorighms to be used.

Static variables

@:value(cast "md5")@:impl@:enumstaticinlineread onlyMD5:CryptoAlgorithm = "md5"

@:value(cast "sha1")@:impl@:enumstaticinlineread onlySHA1:CryptoAlgorithm = "sha1"

@:value(cast "sha256")@:impl@:enumstaticinlineread onlySHA256:CryptoAlgorithm = "sha256"

@:value(cast "sha512")@:impl@:enumstaticinlineread onlySHA512:CryptoAlgorithm = "sha512"