mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
rust/pv: Signing messages
Adds the ability to sign and verify messages using ECDH or RSA keys. Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
1450f85ada
commit
bfd0e12d22
@@ -63,6 +63,7 @@ pub mod request {
|
||||
pub use crate::crypto::random_array;
|
||||
pub use crate::crypto::{encrypt_aes, encrypt_aes_gcm, gen_ec_key};
|
||||
pub use crate::crypto::{hash, hkdf_rfc_5869};
|
||||
pub use crate::crypto::{sign_msg, verify_signature};
|
||||
pub use crate::crypto::{Aes256Key, SymKey, SymKeyType};
|
||||
pub use crate::req::{Aad, Encrypt, Keyslot, ReqEncrCtx, Request};
|
||||
pub use crate::secret::{Secret, Zeroize};
|
||||
|
||||
Reference in New Issue
Block a user