Bcrypt.kMaxCryptStrLength

Maximum length needed for output of crypt()

struct Bcrypt
enum kMaxCryptStrLength = kMaxSaltStrLength + 1 + kDigestLength * 8 / 6;

Meta