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

Class WinternitzAddress

test/quip_factory_test.cpp:21–24  ·  view source on GitHub ↗

Test WinternitzAddress structure

Source from the content-addressed store, hash-verified

19
20 // Test WinternitzAddress structure
21 struct WinternitzAddress {
22 std::array<uint8_t, 32> publicSeed;
23 std::array<uint8_t, 32> publicKeyHash;
24 };
25
26 WinternitzAddress pq_to = {};
27 pq_to.publicSeed.fill(0x02);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected