This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Introduce Ristretto signing #1730
Merged
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
2263826
first draft of ristretto crypto module #1685
kianenigma 1894c08
adds better comments and code-style
kianenigma 80895ca
remove the last evil unwrap
kianenigma a9bc9f1
remove a mistakenly committed lockfile
kianenigma 6d48551
add a fresh new lockfile --will probably need a manual merge later
kianenigma 6f0e07c
fix an invalid old test vector
kianenigma cbd8845
fix merge conflicts and build errors
kianenigma d56b612
Wire in ristretto
gavofyork d0efadc
Update comment
gavofyork a052e8e
Merge remote-tracking branch 'origin/master' into gav-ristretto-crypto
gavofyork 139c3e7
Fix use.
gavofyork efed9ec
new Signature type api alias to be compatible with substrate
kianenigma 34cf861
Add new keyring, fix node executor tests
gavofyork 88171f9
Merge remote-tracking branch 'origin/master' into gav-ristretto-crypto
gavofyork 3f8e6d2
Bump version.
gavofyork d324c0b
Remove all hashes.
gavofyork f9c1059
Update core/primitives/src/sr25519.rs
tomaka f639986
Revert back to Ed25519 (until JS UI is ready)
gavofyork ff5e2d3
Fix test
gavofyork 509a2c5
Merge remote-tracking branch 'origin/master' into gav-ristretto-crypto
gavofyork 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is
Sr25519Signaturebeing imported fromtraitssubmodule of the runtime? Moving it outside (directly imported fromruntime_primitives) seems to take the build error at least a step further toward success.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed that - was just a typo.