bounty: Algorithm to find generator points #11
Labels
bounty 🏴☠️
Closing this rewards a bounty!
feature ✨
New feature or request
good first issue 👋
Good for newcomers
Bounty Description
Implement a compile-time (
const fn
) algorithm to find generator points on elliptic curves so that we may have arbitrary generators used as compile-time constants in traits. Generator points are used to generate the cyclic subgroup used in various cryptographic protocols.Implementation requirements
A clear and comprehensive list of the requirements for the bounty to be considered complete.
const
function to find generator points on a given elliptic curveBonus Features
Any additional features that will enhance the value of the bounty.
Resources
Elliptic Curve Cryptography: A Gentle Introduction
Standards for Efficient Cryptography (SEC) 2: Recommended Elliptic Curve Domain Parameters
Elliptic Curves for Security (RFC 7748)
Handbook of Elliptic and Hyperelliptic Curve Cryptography, Chapter 9: Generating Elliptic Curves
Criteria
Bounties will be rewarded based on the following criteria:
The text was updated successfully, but these errors were encountered: