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

Class ES384

include/jwt/algorithm.hpp:175–183  ·  view source on GitHub ↗

* ES384 algorithm. */

Source from the content-addressed store, hash-verified

173 * ES384 algorithm.
174 */
175struct ES384
176{
177 static const int type = EVP_PKEY_EC;
178
179 const EVP_MD* operator()() noexcept
180 {
181 return EVP_sha384();
182 }
183};
184
185/**
186 * ES512 algorithm.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected