serialization for aes

This commit is contained in:
Sam Kim
2021-10-17 11:37:28 -04:00
committed by Michael Vines
parent c7fc430adb
commit 3721eda23e
3 changed files with 48 additions and 23 deletions

View File

@@ -16,10 +16,11 @@ num-traits = "0.2"
solana-program = "=1.7.15"
[target.'cfg(not(target_arch = "bpf"))'.dependencies]
aes = "0.7.5"
aes-gcm = "0.9.4"
arrayref = "0.3.6"
bincode = "1"
byteorder = "1"
cipher = "0.3"
curve25519-dalek = { version = "3.2.0", features = ["serde"]}
ed25519-dalek = "=1.0.1"
getrandom = { version = "0.1", features = ["dummy"] }