Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add constructor for IsogenyMap #525

Open
Pratyush opened this issue Nov 29, 2022 · 1 comment · May be fixed by #529
Open

Add constructor for IsogenyMap #525

Pratyush opened this issue Nov 29, 2022 · 1 comment · May be fixed by #529

Comments

@Pratyush
Copy link
Member

Add a constructor for IsogenyMap.

impl</* bounds */> IsogenyMap<'a, DOMAIN, CODOMAIN> {
	const fn new(
	    x_numerator: &'a [BaseField<CODOMAIN>],
	    x_denominator: &'a [BaseField<CODOMAIN>],
	    ...
	)Self {
	    Self {
	        x_numerator,
	        x_denominator,
	        ...
	    }
	}
}

Originally posted by @Pratyush in #517 (comment)

@drskalman drskalman linked a pull request Nov 30, 2022 that will close this issue
5 tasks
@burdges
Copy link
Contributor

burdges commented Sep 19, 2023

IRTF H2C draft says Edwards curves, including BLS12-377, should use Elligator, not WB, so the isogeny you want for the SW form of BSL12-377 is from the Edwards form.

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 a pull request may close this issue.

2 participants