forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
curves: Move bn254 and secp256k1-recover to sdk (#4675)
#### Problem `solana-sdk` depends on `solana-bn254` and `solana-secp256k1-recover`, but they currently live in the `curves/` subdirectory. When the sdk gets moved to a new Cargo workspace and repository, it needs to have all of its solana crate dependencies, which is not currently the case. #### Summary of changes Move `curves/bn254` and `curves/secp256k1-recover` into `sdk/`, and update all paths as needed.
- Loading branch information
Showing
8 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.