Behaviours: gen_server.
available/1 | |
code_change/3 | |
gen_salt/0 | |
gen_salt/1 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
hashpw/2 | |
init/1 | |
start_link/0 | |
terminate/2 |
available(Pid) -> any()
code_change(OldVsn, State, Extra) -> any()
gen_salt() -> any()
gen_salt(Rounds) -> any()
handle_call(Msg, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Msg, State) -> any()
hashpw(Password, Salt) -> any()
init(X1) -> any()
start_link() -> any()
terminate(X1, X2) -> any()
Generated by EDoc