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

Class HS256

include/jwt/algorithm.hpp:79–85  ·  view source on GitHub ↗

* HS256 algorithm. */

Source from the content-addressed store, hash-verified

77 * HS256 algorithm.
78 */
79struct HS256
80{
81 const EVP_MD* operator()() noexcept
82 {
83 return EVP_sha256();
84 }
85};
86
87/**
88 * HS384 algorithm.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected