This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clap-v3-utils, sdk, zk-token-sdk] Split
EncodableKey
into `Encodab…
…leKey` + `SeedDerivable` (#31668) * add `SeedDerivable` trait * implement `SeedDerivable` for `Keypair` * implement `SeedDerivable` for `ElGamalKeypair` * update clap-v3-utils to use `EncodableKey + SeedDerivable` * implement `SeedDerivable` trait for `AeKey` * implement `EncodableKey` and `SeedDerivable` for `ElGamalSecretKey` * implement `SeedDerivable` trait for `ElGamalPubkey`
- Loading branch information
1 parent
2cdb43f
commit 6de581a
Showing
5 changed files
with
74 additions
and
7 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
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