Module bcrypt_port

Implementation of gen_server behaviour.

Copyright © 2011 Hunter Morris

Behaviours: gen_server.

Description

Implementation of gen_server behaviour.

Data Types

state()

state() = #state{port = port(), default_log_rounds = non_neg_integer(), cmd_from = {pid(), term()} | undefined}

Function Index

code_change/3
gen_salt/1
gen_salt/2
handle_cast/2
handle_info/2
hashpw/3
start_link/0
stop/0

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

gen_salt/1

gen_salt(Pid) -> Result

gen_salt/2

gen_salt(Pid, LogRounds) -> Result

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Msg, State) -> any()

hashpw/3

hashpw(Pid, Password, Salt) -> Result

start_link/0

start_link() -> Result

stop/0

stop() -> Result


Generated by EDoc