SHA256Crypt

Implementation of Ulrich Drepper's SHA256-based crypt algorithm

@safe
alias SHA256Crypt = SHACrypt!(SHA256, sha256crypt_output_swaps, "$5$")

Meta