Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ operator()
Method
operator()
include/jwt/algorithm.hpp:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
static const int type = EVP_PKEY_RSA;
139
140
const EVP_MD* operator()() noexcept
141
{
142
return EVP_sha384();
143
}
144
};
145
146
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected