MCPcopy Create free account
hub / github.com/apple/foundationdb / algorithmName

Method algorithmName

flow/PKey.cpp:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184std::string_view PublicKey::algorithmName() const {
185 return pkeyAlgorithmName(this->algorithm());
186}
187
188bool PublicKey::verify(StringRef data, StringRef signature, const EVP_MD& digest) const {
189 return doVerifyStringSignature(data, signature, digest, nativeHandle());

Callers 2

checkVerifyAlgorithmFunction · 0.80
checkSignAlgorithmFunction · 0.80

Calls 2

algorithmMethod · 0.95
pkeyAlgorithmNameFunction · 0.85

Tested by

no test coverage detected