Structure BcryptHasher struct BcryptHasher Topics Initializers init(cost: Int) Instance Methods func hash<Password>(Password) throws(BcryptError) -> [UInt8] func verify<Password, Digest>(Password, created: Digest) throws(BcryptError) -> Bool Relationships Conforms To PasswordHasher Swift.Sendable Swift.SendableMetatype See Also Password Hashing protocol PasswordHasher struct PlaintextHasher enum BcryptError