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

feat: add BabyBear and KoalaBear 31bits fields vanilla Go impl #558

Open
wants to merge 6 commits into
base: perf/v2_arm64
Choose a base branch
from

Conversation

gbotrel
Copy link
Collaborator

@gbotrel gbotrel commented Nov 25, 2024

Description

Adds 31bit fields support (i.e. template generate Golang code with uint32).

Perf work and vectorization (AVX, NEON) to come in future PRs.

		{"koalabear", "0x7f000001"}, // 2^31 - 2^24 + 1 ==> the cube map (x -> x^3) is an automorphism of the multiplicative group
		{"babybear", "0x78000001"},  // 2^31 - 2^27 + 1 ==> 2-adicity 27

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.

1 participant