Search documentation of JOSE
JOSE
v1.11.9
Pages
Modules
Settings
View Source
jose_jwa_curve25519
(JOSE v1.11.9)
Summary
Functions
ed25519_sign(Message, SecretKey)
ed25519_verify(Signature, Message, PublicKey)
ed25519ctx_sign(Message, SecretKey, Context)
ed25519ctx_verify(Signature, Message, PublicKey, Context)
ed25519ph_sign(Message, SecretKey)
ed25519ph_sign(Message, SecretKey, Context)
ed25519ph_verify(Signature, Message, PublicKey)
ed25519ph_verify(Signature, Message, PublicKey, Context)
eddsa_keypair()
eddsa_keypair(Seed)
eddsa_secret_to_public(SecretKey)
x25519_keypair()
x25519_keypair(Seed)
x25519_secret_to_public(SecretKey)
x25519_shared_secret(MySecretKey, YourPublicKey)
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_keypair()
View Source
Link to this function
eddsa_keypair(Seed)
View Source
Link to this function
eddsa_secret_to_public(SecretKey)
View Source
Link to this function
x25519_keypair()
View Source
Link to this function
x25519_keypair(Seed)
View Source
Link to this function
x25519_secret_to_public(SecretKey)
View Source
Link to this function
x25519_shared_secret(MySecretKey, YourPublicKey)
View Source