Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ NONE
Class
NONE
include/jwt/algorithm.hpp:112–118 ·
view source on GitHub ↗
* NONE algorithm. */
Source
from the content-addressed store, hash-verified
110
* NONE algorithm.
111
*/
112
struct NONE
113
{
114
void operator()() noexcept
115
{
116
return;
117
}
118
};
119
120
/**
121
* RS256 algorithm.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected