enum class HashAlgorithm
Hash algorithms
val code: Byte
numeric hash algorithm code |
|
val macName: String |
|
val openSSLName: String
is a name used in openssl for this algorithm |
fun byCode(code: Byte): HashAlgorithm
Find hash algorithm instance by it's numeric code |