mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
rust/crypto: Add Aes256Xts to SymKey
This type can be used for AES 256 XTS encryption. Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
fe2946f76c
commit
a0a8aa47a8
@@ -115,6 +115,9 @@ pub enum Error {
|
||||
Crypto(#[from] openssl::error::ErrorStack),
|
||||
#[error(transparent)]
|
||||
Curl(#[from] curl::Error),
|
||||
|
||||
#[error("No Authenticated Encryption with Associated Data (AEAD) key")]
|
||||
NoAeadKey,
|
||||
}
|
||||
|
||||
// used in macros
|
||||
|
||||
Reference in New Issue
Block a user