add aes encryption

This commit is contained in:
Sam Kim
2021-10-08 09:12:54 -04:00
committed by Michael Vines
parent 72ade5473a
commit e0c168ef3f
3 changed files with 42 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ num-traits = "0.2"
solana-program = "=1.7.15"
[target.'cfg(not(target_arch = "bpf"))'.dependencies]
aes = "0.7.5"
arrayref = "0.3.6"
bincode = "1"
byteorder = "1"