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

Configurable T parameter #489

Open
poszu opened this issue May 29, 2024 · 0 comments
Open

Configurable T parameter #489

poszu opened this issue May 29, 2024 · 0 comments

Comments

@poszu
Copy link
Contributor

poszu commented May 29, 2024

The T parameter is hardcoded:

poet/shared/shared.go

Lines 14 to 16 in 7a0c2b9

// T is the security param which determines the number of leaves
// to be included in a non-interactive proof.
T uint8 = 150

It's inconvenient in tests, where we wish to have short poet rounds (10 leaves is enough). Picking a short round time sometimes results in too short tree on slow runners

Acceptance criteria:

The T should be configurable, but default to 150.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant