View Source jose_jwa_ed25519 (JOSE v1.11.10)

Edwards-Curve Digital Signature Algorithm (EdDSA) - Ed25519, Ed25519ctx, Ed25519ph See https://datatracker.ietf.org/doc/html/rfc8032

Summary

Functions

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, 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

secret_to_curve25519(Secret)

View Source
Link to this function

sign_internal(M, _, PHFlag, C)

View Source
Link to this function

verify_internal(Sig, M, PK, PHFlag, C)

View Source