You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Content
Adding Bounded scheme (section 3.2.2 ) implementation in Rust with
randomized tests and benches.
This PR includes...
## Pre-submit checklist
- Branch
- [x] Tests are provided (if possible)
- [x] Commit sequence broadly makes sense
- [x] Key commits have useful messages
- PR
- [x] No clippy warnings in the CI
- [x] Self-reviewed the diff
- [x] Useful pull request description
- [x] Reviewer requested
- Documentation
- [ ] Update README file (if relevant)
- [ ] Update documentation website (if relevant)
## Comments
Repetition bench doesn't work so is disabled
<!-- Some optional comments about the PR, such as how to run a command,
or warnings about usage, .... -->
## Issue(s)
Issue #25
This issue aims at ensuring that the implemented algorithm has been implemented correctly.
The task consists in:
The text was updated successfully, but these errors were encountered: