From 0b4ec63ff0d404dbacc8419df72904f65eaaf2ee Mon Sep 17 00:00:00 2001 From: Nelson Vides Date: Mon, 17 Feb 2025 10:42:12 +0100 Subject: [PATCH] Export useful types from the crypto library --- lib/crypto/src/crypto.erl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/crypto/src/crypto.erl b/lib/crypto/src/crypto.erl index 5b24800e8e0a..4790665b78a9 100644 --- a/lib/crypto/src/crypto.erl +++ b/lib/crypto/src/crypto.erl @@ -319,7 +319,13 @@ end pk_sign_verify_opts/0, rsa_digest_type/0, sha1/0, - sha2/0 + sha2/0, + sha3/0 + ]). + +-export_type([ + hmac_hash_algorithm/0, + cmac_cipher_algorithm/0 ]). -export_type([engine_ref/0,