MCPcopy Create free account
hub / github.com/QuipNetwork/cpp-sdk / parsePublicKey

Method parsePublicKey

src/cli.cpp:1092–1095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1090}
1091
1092std::vector<uint8_t> CLI::parsePublicKey(const std::string &pubkey) const {
1093 // Parse a 32-byte public key from hex
1094 return fromHex(pubkey);
1095}
1096
1097std::vector<uint8_t> CLI::parseSignature(const std::string &sig) const {
1098 // Parse a signature as a vector of 32-byte arrays from hex

Callers

nothing calls this directly

Calls 1

fromHexFunction · 0.85

Tested by

no test coverage detected