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

Method QuipSigner

src/cli.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120class QuipSigner {
121public:
122 QuipSigner(const std::array<uint8_t, 32> &quantum_secret_raw)
123 : wots_(keccak256) {
124 // Store the raw quantum secret, hashing happens in recoverKeyPair
125 quantum_secret_ = quantum_secret_raw;
126 }
127
128 // Generate a NEW keypair for a given vaultId using a random public seed
129 // This is used for creating the NEXT keypair during transfers

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected