MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / operator()

Method operator()

include/jwt/algorithm.hpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 static const int type = EVP_PKEY_EC;
165
166 const EVP_MD* operator()() noexcept
167 {
168 return EVP_sha256();
169 }
170};
171
172/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected