BcryptSecurity constructor
Creates a custom BcryptSecurity profile.
Parameters:
nameis a descriptive name for this profile.nbis the cost factor as a power of 2 (i.e.2^nbrounds).
Implementation
const BcryptSecurity(
this.name, {
required this.nb,
});