View Source jose_curve448_fallback (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
-spec eddsa_secret_to_public(jose_curve448:eddsa_secret_key()) -> jose_curve448:eddsa_public_key().
Link to this function

x448_secret_to_public(SecretKey)

View Source
-spec x448_secret_to_public(jose_curve448:x448_secret_key()) -> jose_curve448:x448_public_key().
Link to this function

x448_shared_secret(MySecretKey, YourPublicKey)

View Source
-spec x448_shared_secret(MySecretKey :: jose_curve448:x448_secret_key(),
                   YourPublicKey :: jose_curve448:x448_public_key()) ->
                      jose_curve448:x448_shared_secret().