Macfly.Nonce (macfly v0.2.3)

Summary

Types

@type t() :: %Macfly.Nonce{is_proof: boolean(), kid: binary(), rnd: binary()}

Functions

Link to this function

from_wire(arg1)

Link to this function

new(kid, rnd \\ :crypto.strong_rand_bytes(16), is_proof \\ false)