Search documentation of JOSE
JOSE
v1.11.9
Pages
Modules
Settings
View Source
jose_jws_alg_eddsa
(JOSE v1.11.9)
Summary
Types
alg/0
Functions
from_map(F)
generate_key(ALG, Fields)
sign(Jose_jwk, Message, ALG)
to_map(_, F)
verify(Jose_jwk, Message, Signature, ALG)
Types
Link to this type
alg/0
View Source
-type
alg() :: 'Ed25519' | 'Ed25519ph' | 'Ed448' | 'Ed448ph' | 'EdDSA'.
Functions
Link to this function
from_map(F)
View Source
Link to this function
generate_key(ALG, Fields)
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(Jose_jwk, Message, Signature, ALG)
View Source