Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは非常に基本的な質問ですが、EVP と HMAC の違いは何ですか? EVP はメッセージ ダイジェストですが、HMAC によって生成されるものとどう違うのでしょうか?
HMAC の正しいキー構造を取得するには、EVP_PKEY_new_mac_key 関数を使用する必要があります。EVP_PKEY_free で解放することを忘れないでください。