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

Class HS512

include/jwt/algorithm.hpp:101–107  ·  view source on GitHub ↗

* HS512 algorithm. */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected