gen_server behaviour.
Copyright © 2011 Hunter Morris
Behaviours: gen_server.
gen_server behaviour.
state() = #state{port = port(), default_log_rounds = non_neg_integer(), cmd_from = {pid(), term()} | undefined}
| code_change/3 | |
| gen_salt/1 | |
| gen_salt/2 | |
| handle_cast/2 | |
| handle_info/2 | |
| hashpw/3 | |
| start_link/0 | |
| stop/0 |
code_change(OldVsn, State, Extra) -> any()
gen_salt(Pid) -> Result
gen_salt(Pid, LogRounds) -> Result
handle_cast(Msg, State) -> any()
handle_info(Msg, State) -> any()
hashpw(Pid, Password, Salt) -> Result
start_link() -> Result
Generated by EDoc