SHA512Crypt

Implementation of Ulrich Drepper's SHA512-based crypt algorithm

@safe
alias SHA512Crypt = SHACrypt!(SHA512, sha512crypt_output_swaps, "$6$")

Meta