Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ operator()
Method
operator()
include/jwt/algorithm.hpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
struct HS256
80
{
81
const EVP_MD* operator()() noexcept
82
{
83
return EVP_sha256();
84
}
85
};
86
87
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected