-
Notifications
You must be signed in to change notification settings - Fork 20
Check length of polynomials #88
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
6d0dfc5
check for and report bad polynomial lengths without breaking API; inc…
xoloki 54a5083
clean up comments
xoloki 981e7a2
add traits dkg helper and bad_polynomial_length test; use traits help…
xoloki 1da4365
use if let rather than match with empty arm
xoloki 1f040e8
use super in test mod; fix test comment
xoloki d22ffda
call is_ok rather than if let with ignored Ok val
xoloki bd3415e
inc minor semver since we added some functions
xoloki 4aa0638
fix comment for dkg trait helper
xoloki 9ade953
remove non_snake_case allows
xoloki d26a3b5
also check for poly length in signer state machine
xoloki dc01030
add closure to bad_polynomial_length test helper so we can test polyn…
xoloki 7fdf3a6
fix typo in lt closures
xoloki 2ebbdc0
check both larger and smaller polys in integration test
xoloki 08a47a5
fmt fix
xoloki 1b44643
fix comments
xoloki 6178a71
fix comment copypasta
xoloki f62c557
fix comment copypasta
xoloki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.