Skip to content

Commit 263aa27

Browse files
Deduplicate MD4 and MD5 entries in cryptography registry (#879)
Removes duplicate `MD4` and `MD5` family entries from the cryptography registry. Fixes #878
2 parents b35d028 + bf58178 commit 263aa27

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

schema/cryptography-defs.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -601,36 +601,6 @@
601601
}
602602
]
603603
},
604-
{
605-
"family": "MD5",
606-
"standard": [
607-
{
608-
"name": "RFC1321",
609-
"url": "https://doi.org/10.17487/RFC1321"
610-
}
611-
],
612-
"variant": [
613-
{
614-
"pattern": "MD5",
615-
"primitive": "hash"
616-
}
617-
]
618-
},
619-
{
620-
"family": "MD4",
621-
"standard": [
622-
{
623-
"name": "RFC1320",
624-
"url": "https://doi.org/10.17487/RFC1320"
625-
}
626-
],
627-
"variant": [
628-
{
629-
"pattern": "MD4",
630-
"primitive": "hash"
631-
}
632-
]
633-
},
634604
{
635605
"family": "RC4",
636606
"standard": [

0 commit comments

Comments
 (0)