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

Class RS384

include/jwt/algorithm.hpp:136–144  ·  view source on GitHub ↗

* RS384 algorithm. */

Source from the content-addressed store, hash-verified

134 * RS384 algorithm.
135 */
136struct RS384
137{
138 static const int type = EVP_PKEY_RSA;
139
140 const EVP_MD* operator()() noexcept
141 {
142 return EVP_sha384();
143 }
144};
145
146/**
147 * RS512 algorithm.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected