Test WinternitzAddress structure
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected