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

Method algorithm

flow/PKey.cpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178PKeyAlgorithm PublicKey::algorithm() const {
179 auto key = nativeHandle();
180 ASSERT(key);
181 return getPKeyAlgorithm(key);
182}
183
184std::string_view PublicKey::algorithmName() const {
185 return pkeyAlgorithmName(this->algorithm());

Callers 4

algorithmNameMethod · 0.95
encodeKeyFunction · 0.80
checkVerifyAlgorithmFunction · 0.80
checkSignAlgorithmFunction · 0.80

Calls 1

getPKeyAlgorithmFunction · 0.85

Tested by

no test coverage detected