forked from mobilecoinfoundation/mobilecoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split RingMLSAG out of transaction core (mobilecoinfoundation#2026)
* WIP split RingMLSAG out of transaction core * Update crypto/ring-signature/src/domain_separators.rs Co-authored-by: Remoun Metyas <[email protected]> * Update crypto/ring-signature/signer/src/no_keys_ring_signer.rs Co-authored-by: Remoun Metyas <[email protected]> * Update crypto/ring-signature/signer/Cargo.toml Co-authored-by: Remoun Metyas <[email protected]> * Update crypto/ring-signature/Cargo.toml Co-authored-by: Remoun Metyas <[email protected]> * Update crypto/ring-signature/src/amount/commitment.rs Co-authored-by: Remoun Metyas <[email protected]> * Update crypto/ring-signature/src/lib.rs Co-authored-by: Remoun Metyas <[email protected]> * Update transaction/core/src/proptest_fixtures.rs Co-authored-by: Remoun Metyas <[email protected]> * Update crypto/ring-signature/signer/src/traits.rs Co-authored-by: Remoun Metyas <[email protected]> * Update crypto/ring-signature/src/amount/commitment.rs Co-authored-by: Remoun Metyas <[email protected]> * rename MLSAGError to RingSignatureError everywhere * remove unnecesary dependencies in ring-signature crate * fix a remoun nit * fix previous, move `Amount` and `TokenId` to `mc-transaction-types` * fix tests * Update transaction/core/tests/validation.rs Co-authored-by: Remoun Metyas <[email protected]> * Update transaction/core/src/signed_contingent_input.rs Co-authored-by: Remoun Metyas <[email protected]> * remove some undesired re-exports * small reorg * review comments, fixups * fix missing README * fix unused imports, fix review comments * add missing README * add more text to crypto-ring-signature readme Co-authored-by: Remoun Metyas <[email protected]>
- Loading branch information
Showing
81 changed files
with
1,187 additions
and
582 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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 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 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 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 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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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.