Skip to content

Commit 29740a0

Browse files
committed
Deduplicate MD4 and MD5 entries in cryptography registry
Fixes #878 Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
1 parent b92bd46 commit 29740a0

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
@@ -591,36 +591,6 @@
591591
}
592592
]
593593
},
594-
{
595-
"family": "MD5",
596-
"standard": [
597-
{
598-
"name": "RFC1321",
599-
"url": "https://doi.org/10.17487/RFC1321"
600-
}
601-
],
602-
"variant": [
603-
{
604-
"pattern": "MD5",
605-
"primitive": "hash"
606-
}
607-
]
608-
},
609-
{
610-
"family": "MD4",
611-
"standard": [
612-
{
613-
"name": "RFC1320",
614-
"url": "https://doi.org/10.17487/RFC1320"
615-
}
616-
],
617-
"variant": [
618-
{
619-
"pattern": "MD4",
620-
"primitive": "hash"
621-
}
622-
]
623-
},
624594
{
625595
"family": "RC4",
626596
"standard": [

0 commit comments

Comments
 (0)