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

Class ES512

include/jwt/algorithm.hpp:188–196  ·  view source on GitHub ↗

* ES512 algorithm. */

Source from the content-addressed store, hash-verified

186 * ES512 algorithm.
187 */
188struct ES512
189{
190 static const int type = EVP_PKEY_EC;
191
192 const EVP_MD* operator()() noexcept
193 {
194 return EVP_sha512();
195 }
196};
197
198} //END Namespace algo
199

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected