Add Keccak256 syscall and sdk support (#16498)

This commit is contained in:
Jack May
2021-05-10 16:16:58 -07:00
committed by GitHub
parent e511c442e6
commit 8eb05d6ed4
17 changed files with 366 additions and 73 deletions

View File

@ -26,6 +26,7 @@ serde = "1.0.112"
serde_bytes = "0.11"
serde_derive = "1.0.103"
sha2 = "0.9.2"
sha3 = "0.9.1"
solana-frozen-abi = { path = "../../frozen-abi", version = "=1.7.0" }
solana-frozen-abi-macro = { path = "../../frozen-abi/macro", version = "=1.7.0" }
solana-sdk-macro = { path = "../macro", version = "=1.7.0" }