Skip to content

Conversation

@yczhangsjtu
Copy link
Collaborator

Extracting a small PR from #294.

The random generator is used only when the encoding scheme is Basecode, and not used for RS code. So remove it from the type parameter for Basefold, i.e., Basefold<E, Spec, Rng> is replaced with Basefold<E, Spec> to make the API simpler. Fix it to ChaCha8Rng in the implementation of Basecode.

Copy link
Contributor

@matthiasgoergens matthiasgoergens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for breaking this off into a simple and easily reviewable PR.

@yczhangsjtu yczhangsjtu merged commit 2d7baf7 into master Nov 5, 2024
@yczhangsjtu yczhangsjtu deleted the feat/basefold-refactor-extract-1 branch November 5, 2024 07:46
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.

4 participants