Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ operator()
Method
operator()
include/jwt/algorithm.hpp:192–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
static const int type = EVP_PKEY_EC;
191
192
const EVP_MD* operator()() noexcept
193
{
194
return EVP_sha512();
195
}
196
};
197
198
} //END Namespace algo
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected