| 29 | using namespace RNS::Utilities; |
| 30 | |
| 31 | ProofDestination::ProofDestination(const Packet& packet) : Destination({Type::NONE}, Type::Destination::OUT, Type::Destination::SINGLE, packet.get_hash().left(Type::Reticulum::TRUNCATED_HASHLENGTH/8)) |
| 32 | { |
| 33 | } |
| 34 | |
| 35 | // ============================================================================ |
| 36 | // New minimal constructors — store target + payload only. Fluent setters |