mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-12 05:49:52 +00:00
10 lines
200 B
JSON
10 lines
200 B
JSON
|
{
|
||
|
"name": "sha1",
|
||
|
"version": "0.0.1",
|
||
|
"repo": "clibs/sha1",
|
||
|
"description": "sha1 hash algorithm",
|
||
|
"keywords": ["sha1", "hash"],
|
||
|
"license": "public domain",
|
||
|
"src": ["sha1.c", "sha1.h"]
|
||
|
}
|