View Source jose_jwa_curve25519 (JOSE v1.11.10)

Summary

Functions

Link to this function

ed25519_sign(Message, SecretKey)

View Source
Link to this function

ed25519_verify(Signature, Message, PublicKey)

View Source
Link to this function

ed25519ctx_sign(Message, SecretKey, Context)

View Source
Link to this function

ed25519ctx_verify(Signature, Message, PublicKey, Context)

View Source
Link to this function

ed25519ph_sign(Message, SecretKey)

View Source
Link to this function

ed25519ph_sign(Message, SecretKey, Context)

View Source
Link to this function

ed25519ph_verify(Signature, Message, PublicKey)

View Source
Link to this function

ed25519ph_verify(Signature, Message, PublicKey, Context)

View Source
Link to this function

eddsa_secret_to_public(SecretKey)

View Source
Link to this function

x25519_secret_to_public(SecretKey)

View Source
Link to this function

x25519_shared_secret(MySecretKey, YourPublicKey)

View Source