forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[zk-token-sdk] rename
TransferAmountEncryption
to `TransferAmountCi…
…phertext` and define it as a wrapper around `GroupedElGamalCiphertext` (solana-labs#32026) * define `TransferAmountEncryption` as a wrapper around `GroupedElGamalCiphertext` * implement `From<GroupedElGamalCiphertext<3>>` for `GroupedElGamalCiphertext3Handles` * define pod `TransferAmountEncryption` as a wrapper around pod `GroupedElGamalCiphertext3Handles` * derive `Copy`, `Debug`, `Eq`, and `PartialEq` traits for `TransferAmountEncryption` * rename `TransferAmountEncryption` to `TransferAmountCiphertext` * clippy * fix target arch * add comment on why it is safe to unwrap
- Loading branch information
1 parent
89bb517
commit 564ef30
Showing
8 changed files
with
138 additions
and
130 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
Oops, something went wrong.