Search documentation of JOSE
JOSE
v1.11.9
Pages
Modules
Settings
View Source
jose_jws_alg_poly1305
(JOSE v1.11.9)
Summary
Types
alg/0
Functions
from_map(F)
generate_key(_, Fields)
presign(Key, ALG)
sign(Jose_jwk, Message, ALG)
to_map(_, F)
verify(Key, Message, Signature, ALG)
Types
Link to this type
alg/0
View Source
-type
alg() :: #'Poly1305'{}.
Functions
Link to this function
from_map(F)
View Source
Link to this function
generate_key(_, Fields)
View Source
Link to this function
presign(Key, ALG)
View Source
Link to this function
sign(Jose_jwk, Message, ALG)
View Source
Link to this function
to_map(_, F)
View Source
Link to this function
verify(Key, Message, Signature, ALG)
View Source