[zk-keygen] import `SeedDerivable` trait (#31738)

import `SeedDerivable` trait
This commit is contained in:
samkim-crypto 2023-05-21 21:33:23 +09:00 committed by GitHub
parent fd69ae77ff
commit 065a81e560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -7072,9 +7072,9 @@ dependencies = [
"solana-clap-v3-utils",
"solana-cli-config",
"solana-remote-wallet",
"solana-sdk 1.16.0",
"solana-sdk",
"solana-version",
"solana-zk-token-sdk 1.16.0",
"solana-zk-token-sdk",
"tempfile",
"tiny-bip39",
]

View File

@ -10,7 +10,7 @@ use {
},
DisplayError,
},
solana_sdk::signer::EncodableKey,
solana_sdk::signer::{EncodableKey, SeedDerivable},
solana_zk_token_sdk::encryption::{auth_encryption::AeKey, elgamal::ElGamalKeypair},
std::error,
};