Skip to content

Commit

Permalink
Update docs/docs/noir/standard_library/cryptographic_primitives/eddsa…
Browse files Browse the repository at this point in the history
….mdx

Co-authored-by: kevaundray <[email protected]>
  • Loading branch information
michaeljklein and kevaundray authored Mar 4, 2024
1 parent c79061d commit 2e98dbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn eddsa_poseidon_verify(public_key_x : Field, public_key_y : Field, signature_s

## eddsa::eddsa_to_pub

Private to public key conversion for EdDSA signatures.
Private to public key conversion.

Returns `(pub_key_x, pub_key_y)`

Expand Down

0 comments on commit 2e98dbe

Please sign in to comment.