Search documentation of JOSE
JOSE
v1.11.9
Pages
Modules
Settings
View Source
jose_jwa_ed25519
(JOSE v1.11.9)
Edwards-Curve Digital Signature Algorithm (EdDSA) - Ed25519, Ed25519ctx, Ed25519ph See https://datatracker.ietf.org/doc/html/rfc8032
Summary
Functions
decode_point(_)
dom2(PHFlag, C)
ed25519_sign(M, SK)
ed25519_verify(Sig, M, PK)
ed25519ctx_sign(M, SK, C)
ed25519ctx_verify(Sig, M, PK, C)
ed25519ph_sign(M, SK)
ed25519ph_sign(M, SK, C)
ed25519ph_verify(Sig, M, PK)
ed25519ph_verify(Sig, M, PK, C)
edwards_add(_, _)
edwards_double(P)
edwards_equal(_, _)
encode_point(_)
keypair()
keypair(Secret)
normalize_point(_)
pk_to_curve25519(_)
scalarmult(P, E)
scalarmult_base(E)
secret()
secret_to_curve25519(Secret)
secret_to_pk(Secret)
sign_internal(M, _, PHFlag, C)
sk_to_curve25519(_)
sk_to_pk(_)
sk_to_secret(_)
verify_internal(Sig, M, PK, PHFlag, C)
xrecover(Y)
Functions
Link to this function
decode_point(_)
View Source
Link to this function
dom2(PHFlag, C)
View Source
Link to this function
ed25519_sign(M, SK)
View Source
Link to this function
ed25519_verify(Sig, M, PK)
View Source
Link to this function
ed25519ctx_sign(M, SK, C)
View Source
Link to this function
ed25519ctx_verify(Sig, M, PK, C)
View Source
Link to this function
ed25519ph_sign(M, SK)
View Source
Link to this function
ed25519ph_sign(M, SK, C)
View Source
Link to this function
ed25519ph_verify(Sig, M, PK)
View Source
Link to this function
ed25519ph_verify(Sig, M, PK, C)
View Source
Link to this function
edwards_add(_, _)
View Source
Link to this function
edwards_double(P)
View Source
Link to this function
edwards_equal(_, _)
View Source
Link to this function
encode_point(_)
View Source
Link to this function
keypair()
View Source
Link to this function
keypair(Secret)
View Source
Link to this function
normalize_point(_)
View Source
Link to this function
pk_to_curve25519(_)
View Source
Link to this function
scalarmult(P, E)
View Source
Link to this function
scalarmult_base(E)
View Source
Link to this function
secret()
View Source
Link to this function
secret_to_curve25519(Secret)
View Source
Link to this function
secret_to_pk(Secret)
View Source
Link to this function
sign_internal(M, _, PHFlag, C)
View Source
Link to this function
sk_to_curve25519(_)
View Source
Link to this function
sk_to_pk(_)
View Source
Link to this function
sk_to_secret(_)
View Source
Link to this function
verify_internal(Sig, M, PK, PHFlag, C)
View Source
Link to this function
xrecover(Y)
View Source