C++のコンパクトなハッシュライブラリ

HMAC-SHA1を計算したかった。 win32にはcrypt32とかあるけどよくわからなかったのでgithub.com便利 #include "../sha1.h" #include "../hmac.h" #include <string> #include <vector> #include <iostream> int main() { std::string input= "what do ya want for nothing?"; std::string key = "Jefe"; std::string hash = hmac<SHA1>(&input[0], input.si…</sha1></iostream></vector></string>