clean up authenticated encryption implementation and also rename aes to auth_encryption

This commit is contained in:
Sam Kim
2021-12-13 10:56:49 -05:00
committed by Michael Vines
parent 7a568482de
commit 9a43fbe3b2
5 changed files with 62 additions and 51 deletions

View File

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