Skip to content

Commit

Permalink
Merge pull request randombit#4434 from jiep/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
randombit authored Nov 14, 2024
2 parents e430f15 + 1267e44 commit a43c20e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api_ref/ecc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Only curves over prime fields are supported.
std::span<const uint8_t> input, \
std::span<const uint8_t> domain_sep)

Has to curve (RFC 9380), random oracle variant.
Hash to curve (RFC 9380), random oracle variant.

This is currently only supported for a few curves.

Expand All @@ -274,7 +274,7 @@ Only curves over prime fields are supported.
std::span<const uint8_t> input, \
std::span<const uint8_t> domain_sep)

Has to curve (RFC 9380), non-uniform variant.
Hash to curve (RFC 9380), non-uniform variant.

This is currently only supported for a few curves.

Expand Down

0 comments on commit a43c20e

Please sign in to comment.