init(salted: MessageAuthenticationKey<Hash>)
s5SCRAMAAO14ClientResponseV4KeysV6saltedAFy_x_G21MessageAuthentication0fG3KeyVyxG_tcfcWhat are these?
s5SCRAMAAO14ClientResponseV4KeysV6saltedAFy_x_G21MessageAuthentication0fG3KeyVyxG_tcfc
FNV24: [6W5AL]
init(server: Hash, client: Hash)
init(server: Hash, client: Hash, stored: Hash)
let client: Hash
let server: Hash
let stored: Hash
import SCRAM
@frozen struct Keys
enum SCRAM
A namespace for SCRAM-related types.
@frozen struct ClientResponse<Hash> where Hash : MessageAuthenticationHash
A client’s response to a SCRAM challenge, authenticating the client.
@frozen struct MessageAuthenticationKey<Hash> where Hash : MessageAuthenticationHash
A precomputed message authentication key, which can be used to compute hash-based message authentication codes (HMACs).