Why is encode_to_curve non-uniform?
#836
matthiasgeihs
started this conversation in
General
Replies: 1 comment
-
|
That is how they are defined in RFC 9380. See in particular Section 10.4: https://www.rfc-editor.org/rfc/rfc9380.html#security-considerations-encode Which one you pick depends on your use case. If you need a random oracle encoding as defined earlier in section 2.2.3, then |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
curve25519-dalek/curve25519-dalek/src/edwards.rs
Line 688 in 015707a
Can someone shed some light on:
encode_to_curvenon-uniform?hash_to_curveuniform?Beta Was this translation helpful? Give feedback.
All reactions