summaryrefslogtreecommitdiff
path: root/lib/crypto/src/crypto.erl
diff options
context:
space:
mode:
authorRaimo Niskanen <raimo@erlang.org>2023-05-02 15:43:27 +0200
committerRaimo Niskanen <raimo@erlang.org>2023-05-02 15:43:27 +0200
commite182323919b8ff695e48e5c5648306716482a3c4 (patch)
tree4350506b0745c57680b117dbf7c73876648b4557 /lib/crypto/src/crypto.erl
parentfa7f01c633afc3d7a15763e8391ba31480e3e583 (diff)
parentf382175f7439451a8726f2f3b3cf8ee06f224aa8 (diff)
downloaderlang-e182323919b8ff695e48e5c5648306716482a3c4.tar.gz
Merge branch 'raimo/test-cuddle'
* raimo/test-cuddle: CMAC is only possible with CBC mode Test all algorithms documented for CMAC Update Remove unsuported algorithm from cmac_update test
Diffstat (limited to 'lib/crypto/src/crypto.erl')
-rw-r--r--lib/crypto/src/crypto.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/crypto/src/crypto.erl b/lib/crypto/src/crypto.erl
index 69b01e6418..6abaacad5c 100644
--- a/lib/crypto/src/crypto.erl
+++ b/lib/crypto/src/crypto.erl
@@ -685,8 +685,6 @@ hash_final_xof(Context, Length) ->
-type hmac_hash_algorithm() :: sha1() | sha2() | sha3() | compatibility_only_hash().
-type cmac_cipher_algorithm() :: aes_128_cbc | aes_192_cbc | aes_256_cbc | aes_cbc
- | aes_128_cfb128 | aes_192_cfb128 | aes_256_cfb128 | aes_cfb128
- | aes_128_cfb8 | aes_192_cfb8 | aes_256_cfb8 | aes_cfb8
| blowfish_cbc
| des_cbc | des_ede3_cbc
| rc2_cbc