MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / HS384

Class HS384

include/jwt/algorithm.hpp:90–96  ·  view source on GitHub ↗

* HS384 algorithm. */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected