문제

I need an HMAC implementation with SHA384 in C. It is needed for some API I'm writing. If anyone can provide at least a starting point I would be happy. Thanks!

도움이 되었습니까?

해결책

Use the openssl library.

An example of using openssl to generate an SHA384 hash is here: http://www.askyb.com/cpp/openssl-sha384-hashing-example-in-cpp/

It claims to be in C++ but it's pretty much straight C.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top