* HS512 algorithm. */
| 99 | * HS512 algorithm. |
| 100 | */ |
| 101 | struct HS512 |
| 102 | { |
| 103 | const EVP_MD* operator()() noexcept |
| 104 | { |
| 105 | return EVP_sha512(); |
| 106 | } |
| 107 | }; |
| 108 | |
| 109 | /** |
| 110 | * NONE algorithm. |
nothing calls this directly
no outgoing calls
no test coverage detected