View Source fast_scram_attributes (fast_scram v0.6.0)

Summary

Types

-type channel_binding() :: #channel_binding{}.
-type nonce() :: #nonce{}.
-type plus_variant() :: undefined | none | binary().

Functions

Link to this function

cbind_input(GS2Header, CBindData)

View Source
Link to this function

client_final_message(ClientFinalNoProof, ClientProof)

View Source
Link to this function

client_final_message_without_proof(CBConfig, Nonce, Data)

View Source
Link to this function

client_first_message(CbConfig, Nonce, Data)

View Source
-spec client_first_message(channel_binding(), nonce(), map()) -> {binary(), binary()}.
Link to this function

client_first_message_bare(_, Nonce)

View Source
-spec client_first_message_bare(map(), nonce()) -> binary().
Link to this function

gs2_header(Channel_binding, Data)

View Source
Link to this function

server_final_message(Verifier)

View Source
Link to this function

server_first_message(Nonce, Challenge)

View Source