mirror of
https://github.com/Akagi201/hmac-sha1.git
synced 2025-05-08 19:40:51 +08:00
add package.json
This commit is contained in:
parent
32aace1f92
commit
6d7b233cd3
13
package.json
Normal file
13
package.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "hmac-sha1",
|
||||
"version": "0.1.0",
|
||||
"repo": "Akagi201/hmac-sha1",
|
||||
"description": "Standalone implementation of `HMAC()` + `EVP_sha1()` in `OpenSSL`",
|
||||
"license": "MIT",
|
||||
"src": [
|
||||
"src/hmac/hmac_sha1.c",
|
||||
"src/hmac/hmac.h",
|
||||
"src/sha/sha1.c",
|
||||
"src/sha/sha.h"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user