文件名称:hmac-sha1:`OpenSSL` 中 `HMAC()` + `EVP_sha1()` 的独立实现
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-18 14:29:36
c openssl standalone libre hmac-sha1
hmac-sha1 OpenSSL中HMAC() + EVP_sha1()独立实现 应用程序接口 #include "hmac/hmac.h" void hmac_sha1(const uint8_t *k, /* secret key */ size_t lk, /* length of the key in bytes */ const uint8_t *d, /* data */ size_t ld, /* length of data in bytes */ uint8_t *out, /* output buffer, at least "t" bytes */ size_t *t);
【文件预览】:
hmac-sha1-master
----.gitignore(230B)
----package.json(295B)
----src()
--------hmac()
--------sha()
----.travis.yml(68B)
----sample.c(378B)
----LICENSE(1KB)
----start_build.sh(98B)
----README.md(510B)
----CMakeLists.txt(284B)