* HS384 algorithm. */
| 88 | * HS384 algorithm. |
| 89 | */ |
| 90 | struct HS384 |
| 91 | { |
| 92 | const EVP_MD* operator()() noexcept |
| 93 | { |
| 94 | return EVP_sha384(); |
| 95 | } |
| 96 | }; |
| 97 | |
| 98 | /** |
| 99 | * HS512 algorithm. |
nothing calls this directly
no outgoing calls
no test coverage detected