Elgamal pass (#22632)
* zk-token-sdk: change G and H to static and optimize pedersen arithmetic * zk-token-sdk: remove unnecessary copy in elgamal arithmetic * zk-token-sdk: fix elgamal tests for new syntax * zk-token-sdk: use lazy-static for pedersen base * zk-token-sdk: add dlog test for elgamal decryption * zk-token-sdk: reflect changes in elgamal in the rest of the sdk * zk-token-sdk: rustfmt and clippy * zk-token-sdk: some documentation for elgamal and pedersen * zk-token-sdk: minor remove whitespace * zk-token-sdk: update lock files * zk-token-sdk: change random() to new_rand() * zk-token-sdk: add explanation for suppressing clippy::op_ref
This commit is contained in:
4
programs/bpf/Cargo.lock
generated
4
programs/bpf/Cargo.lock
generated
@ -4531,9 +4531,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zeroize"
|
||||
version = "1.2.0"
|
||||
version = "1.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36"
|
||||
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
|
||||
dependencies = [
|
||||
"zeroize_derive",
|
||||
]
|
||||
|
Reference in New Issue
Block a user