Protocol PasswordHasher protocol PasswordHasher : Sendable Topics Instance Methods func async(on: NIOThreadPool, hopTo: any EventLoop) -> AsyncPasswordHasher func hash<Password>(Password) throws -> [UInt8] func verify<Password, Digest>(Password, created: Digest) throws -> Bool Relationships Inherits From Swift.Sendable Swift.SendableMetatype Conforming Types Application.Password Request.Password