Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ operator()
Method
operator()
include/jwt/algorithm.hpp:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
static const int type = EVP_PKEY_RSA;
152
153
const EVP_MD* operator()() noexcept
154
{
155
return EVP_sha512();
156
}
157
};
158
159
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected