| 71 | bool verify(StringRef data, StringRef signature, const EVP_MD& digest) const; |
| 72 | |
| 73 | EVP_PKEY* nativeHandle() const noexcept { return ptr.get(); } |
| 74 | |
| 75 | explicit operator bool() const noexcept { return static_cast<bool>(ptr); } |
| 76 | }; |
no test coverage detected