CryptAlgos

All supported crypt(3) algorithms

@safe
alias CryptAlgos = AliasSeq!(MD5Crypt, Bcrypt, SHA256Crypt, SHA512Crypt)

Meta