alias HashType


(alias) HashType = (0|1)
    | 0 -- MD5
    | 1 -- SHA512

[source]