Skip to content

Commit

Permalink
Merge pull request #926 from Concordium/correction-sponsored-transact…
Browse files Browse the repository at this point in the history
…ions

Correction to sponsored transactions tutorials
  • Loading branch information
dg-concordium authored Nov 9, 2023
2 parents 2b24303 + abee64e commit da12c02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ This function looks up the public key/keys associated with the signer address an

Ed25519 is an elliptic curve signing algorithm using EdDSA and Curve25519. It belongs to asymmetric cryptography,
also known as public-key cryptography, where you generate a pair of related keys --
one public key and one private key. The sponsoree encrypts/signs a message with its private key
and anyone can decrypt the sponsoree's message using its public key. The public key is shared with other entities (e.g., the smart contract) while the private key is only known to the sponsoree.
one public key and one private key. The sponsoree signs a message with its private key
and anyone can verify the sponsoree's signature using its public key. The public key is shared with other entities (e.g., the smart contract) while the private key is only known to the sponsoree.
The smart contract needs to know the public key to be able to verify that the sponsoree signed the message with the corresponding private key.

.. note::
Expand Down

0 comments on commit da12c02

Please sign in to comment.