标签: c sha hmac
我需要在C中使用SHA384的HMAC实现。我正在编写一些API。 如果任何人都能提供至少一个起点我会很高兴。谢谢!
答案 0 :(得分:3)
使用openssl库。
openssl
使用openssl生成SHA384哈希的示例如下:http://www.askyb.com/cpp/openssl-sha384-hashing-example-in-cpp/
它声称是C ++,但它非常直接C。