libsodium_server (libsodium v1.0.18)

Link to this section Summary

Link to this section Functions

Link to this function

code_change(OldVsn, State, Extra)

-spec code_change(any(), #state{}, any()) -> {ok, #state{}}.
Link to this function

handle_call(Request, From, State)

-spec handle_call(any(), {pid(), any()}, #state{}) -> {reply, any(), #state{}}.
Link to this function

handle_cast(Msg, State)

-spec handle_cast(any(), #state{}) -> {noreply, #state{}} | {stop, any(), #state{}}.
Link to this function

handle_info(Info, State)

-spec handle_info(any(), #state{}) -> {noreply, #state{}}.
-spec init([]) -> ignore | {ok, #state{}} | {stop, any()}.
Load port driver
-spec start_link() -> {ok, pid()} | ignore | {error, term()}.
Link to this function

terminate(Reason, State)

-spec terminate(any(), #state{}) -> ok.
Unload port driver