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

Method operator()

include/jwt/algorithm.hpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101struct HS512
102{
103 const EVP_MD* operator()() noexcept
104 {
105 return EVP_sha512();
106 }
107};
108
109/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected