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
-spec client_first_message(channel_binding(), nonce(), map()) -> {binary(), binary()}.
-spec client_first_message_bare(map(), nonce()) -> binary().