SHACrypt.kMaxSaltStrLength

Maximum length needed for output of genSalt()

struct SHACrypt(Hasher, alias output_swaps, string algo_id)
enum kMaxSaltStrLength = "$x$rounds=999999999$".length + kSHACryptSaltBytes * 8 / 6;

Meta