Module scram_rs::scram[][src]

Structs

ScramClient

A Scram Client

ScramServer

A Scram Server

Enums

ScramNonce

A SCRAM nonce initialization and customization. Use implemented functions, don’t use enum fields directly.

ScramParse

A returned datatype from both Server/Client parser.
If ScramParse::Output then a response was prepared.
If ScramParse::Completed then no other action is required.