Skip to content

src: avoid strcmp in ImportJWKAsymmetricKey

Use std::string_view and its operator== instead of calling strcmp on a const char*.

Merge request reports

Loading