Skip to content

ed448-goldilocks: reject identity points in Group::try_from_rng()#1347

Merged
tarcieri merged 1 commit intoRustCrypto:masterfrom
khonsulabs:ed448-group-try-from-rng-identity
Aug 3, 2025
Merged

ed448-goldilocks: reject identity points in Group::try_from_rng()#1347
tarcieri merged 1 commit intoRustCrypto:masterfrom
khonsulabs:ed448-group-try-from-rng-identity

Conversation

@daxpedda
Copy link
Copy Markdown
Contributor

@daxpedda daxpedda commented Aug 2, 2025

In #1333 I will remove this specific check from AffinePoint::try_from_rng(), which doesn't have the limitations of Group::try_from_rng().

Fixes #1346.

@daxpedda daxpedda force-pushed the ed448-group-try-from-rng-identity branch from 262f51c to 6b2b144 Compare August 2, 2025 22:51
Comment thread ed448-goldilocks/src/decaf/points.rs Outdated
@daxpedda daxpedda force-pushed the ed448-group-try-from-rng-identity branch from 6b2b144 to 2595130 Compare August 3, 2025 00:02
@tarcieri tarcieri merged commit 999e0c9 into RustCrypto:master Aug 3, 2025
20 checks passed
@daxpedda daxpedda mentioned this pull request Aug 3, 2025
55 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Group::try_from_rng() is not supposed to allow identity points

2 participants