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

Method operator()

include/jwt/algorithm.hpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90struct HS384
91{
92 const EVP_MD* operator()() noexcept
93 {
94 return EVP_sha384();
95 }
96};
97
98/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected