Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ operator()
Method
operator()
include/jwt/algorithm.hpp:179–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
static const int type = EVP_PKEY_EC;
178
179
const EVP_MD* operator()() noexcept
180
{
181
return EVP_sha384();
182
}
183
};
184
185
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected