tests/thirdparty: add mmcloughlin/md4 (#249)

This commit is contained in:
Michael McLoughlin
2022-04-17 14:08:30 -07:00
committed by GitHub
parent a25e011a06
commit 77ce540158
2 changed files with 55 additions and 1 deletions

View File

@@ -201,7 +201,7 @@
},
"metadata": {
"description": "Optimized Go Compression Packages",
"stars": 2701
"stars": 2702
},
"default_branch": "master",
"version": "2adf487b3e02f95ce7efd6e4953fda0ae7ecd080",
@@ -623,5 +623,25 @@
]
}
]
},
{
"repository": {
"owner": "mmcloughlin",
"name": "md4"
},
"metadata": {
"description": "Assembly-optimized MD4 hash algorithm in Go",
"stars": 15
},
"default_branch": "main",
"version": "v0.1.2",
"module": "asm/go.mod",
"generate": [
{
"commands": [
"go generate -v -x"
]
}
]
}
]