Bcrypt.kMaxSaltStrLength

Maximum length needed for output of genSalt()

struct Bcrypt
enum kMaxSaltStrLength = "$2b$31$".length + 16 * 8 / 6;

Meta