View Source jose_curve448_libdecaf (JOSE v1.11.10)

Summary

Functions

Link to this function

ed448_sign(Message, SecretKey)

View Source
Link to this function

ed448_sign(Message, SecretKey, Context)

View Source
Link to this function

ed448_verify(Signature, Message, PublicKey)

View Source
Link to this function

ed448_verify(Signature, Message, PublicKey, Context)

View Source
Link to this function

ed448ph_sign(Message, SecretKey)

View Source
Link to this function

ed448ph_sign(Message, SecretKey, Context)

View Source
Link to this function

ed448ph_verify(Signature, Message, PublicKey)

View Source
Link to this function

ed448ph_verify(Signature, Message, PublicKey, Context)

View Source
Link to this function

eddsa_secret_to_public(SecretKey)

View Source
Link to this function

x448_secret_to_public(SecretKey)

View Source
Link to this function

x448_shared_secret(MySecretKey, YourPublicKey)

View Source