Elixium Core v0.4.11 Elixium.P2P.Authentication View Source

SRP authentication handshakes and generation of credentials

Link to this section Summary

Link to this section Functions

Link to this function inbound_new_peer(message, socket) View Source
inbound_new_peer(map(), reference()) :: bitstring()
Link to this function inbound_peer(identifier, socket) View Source
inbound_peer(String.t(), reference()) :: bitstring()
Link to this function load_credentials(ip, port) View Source
load_credentials(String.t(), integer()) :: {bitstring(), bitstring()}
Link to this function outbound_new_peer(peer, arg) View Source
outbound_new_peer(reference(), {bitstring(), bitstring()}) :: bitstring()
Link to this function outbound_peer(peer, arg) View Source
outbound_peer(reference(), {bitstring(), bitstring()}) :: bitstring()