serialization for aes
This commit is contained in:
@@ -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"] }
|
||||
|
Reference in New Issue
Block a user