SHACrypt.kMaxCryptStrLength

Maximum length needed for output of crypt()

struct SHACrypt(Hasher, alias output_swaps, string algo_id)
enum kMaxCryptStrLength = kMaxSaltStrLength + 1 + kDigestLength * 8 / 6;

Meta