macfly
v0.2.20
Pages
Modules
Search documentation of macfly
Settings
View Source
Macfly.Nonce
(macfly v0.2.20)
Summary
Types
t()
Functions
from_wire(arg1)
new(kid, rnd \\ :crypto.strong_rand_bytes(16), is_proof \\ false)
to_wire(nonce)
uuid(nonce)
Types
Link to this type
t()
View Source
@type
t() :: %Macfly.Nonce{is_proof:
boolean
(), kid:
binary
(), rnd:
binary
()}
Functions
Link to this function
from_wire(arg1)
View Source
Link to this function
new(kid, rnd \\ :crypto.strong_rand_bytes(16), is_proof \\ false)
View Source
Link to this function
to_wire(nonce)
View Source
Link to this function
uuid(nonce)
View Source