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

Method operator()

include/jwt/algorithm.hpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 static const int type = EVP_PKEY_RSA;
126
127 const EVP_MD* operator()() noexcept
128 {
129 return EVP_sha256();
130 }
131};
132
133/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected