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

Ensure daily nonce randomness #1614

Open
Neylix opened this issue Nov 27, 2024 · 0 comments
Open

Ensure daily nonce randomness #1614

Neylix opened this issue Nov 27, 2024 · 0 comments
Labels
crypto Involve cryptography enhancements shared secrets Involve SharedSecrets

Comments

@Neylix
Copy link
Member

Neylix commented Nov 27, 2024

Is your feature request related to a problem?

Currently the daily nonce renewal is created randomly by the first node of the election.
But the daily nonce seed is not verified allowing the first node to manipulate the seed and put a specific one it wants.

Describe the solution you'd like

We should find a mechanism to ensure the randomness of the seed created by the node.
We could use VRF (Verifiable Randomess Function) to do so.

Additional context

No response

Epic

No response

@Neylix Neylix added crypto Involve cryptography enhancements shared secrets Involve SharedSecrets labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crypto Involve cryptography enhancements shared secrets Involve SharedSecrets
Projects
None yet
Development

No branches or pull requests

1 participant