const pda

This commit is contained in:
Hardhat Chad
2024-04-28 16:32:23 +00:00
parent c80e3ac5b3
commit 566bbeb5bf
7 changed files with 95 additions and 64 deletions

23
Cargo.lock generated
View File

@@ -903,6 +903,16 @@ dependencies = [
"web-sys",
]
[[package]]
name = "const-crypto"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19c63acd992239f1877a7d6387038ca886a2029e41f3d91087fd454f9995f22c"
dependencies = [
"keccak-const",
"sha2-const-stable",
]
[[package]]
name = "const-oid"
version = "0.7.1"
@@ -1987,6 +1997,12 @@ dependencies = [
"cpufeatures",
]
[[package]]
name = "keccak-const"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d8d8ce877200136358e0bbff3a77965875db3af755a11e1fa6b1b3e2df13ea"
[[package]]
name = "lazy_static"
version = "1.4.0"
@@ -2533,6 +2549,7 @@ dependencies = [
"bs58 0.5.1",
"bs64",
"bytemuck",
"const-crypto",
"drillx",
"mpl-token-metadata",
"num_enum 0.7.2",
@@ -3453,6 +3470,12 @@ dependencies = [
"digest 0.10.7",
]
[[package]]
name = "sha2-const-stable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f179d4e11094a893b82fff208f74d448a7512f99f5a0acbd5c679b705f83ed9"
[[package]]
name = "sha3"
version = "0.9.1"