Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.16: [zk-token-sdk] rename TransferAmountEncryption to TransferAmountCiphertext and define it as a wrapper around GroupedElGamalCiphertext (backport of #32026) #32092

Merged
merged 1 commit into from
Jun 13, 2023

Commits on Jun 12, 2023

  1. [zk-token-sdk] rename TransferAmountEncryption to `TransferAmountCi…

    …phertext` and define it as a wrapper around `GroupedElGamalCiphertext` (#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
    
    (cherry picked from commit c10d3d1)
    samkim-crypto authored and mergify[bot] committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    2d39a47 View commit details
    Browse the repository at this point in the history