View Source jose_jwa_ed448 (JOSE v1.11.10)

Edwards-curve Digital Signature Algorithm (EdDSA) - Ed448, Ed448ph See https://datatracker.ietf.org/doc/html/rfc8032

Summary

Functions

Link to this function

ed448_verify(Sig, M, PK)

View Source
Link to this function

ed448_verify(Sig, M, PK, C)

View Source
Link to this function

ed448ph_verify(Sig, M, PK)

View Source
Link to this function

ed448ph_verify(Sig, M, PK, C)

View Source
Link to this function

secret_to_curve448(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