plugin boilerplate

This commit is contained in:
2024-08-04 18:47:50 +02:00
parent 24e4ecb2b2
commit c82e9a7ec4
4 changed files with 87 additions and 1 deletions

View File

@@ -50,6 +50,14 @@ std::vector<uint8_t> ToxP2PRNG::newGernationPeers(const std::vector<Contact3Hand
return {};
}
P2PRNG::State ToxP2PRNG::getSate(const ByteSpan id) {
return P2PRNG::State::UNKNOWN;
}
ByteSpan ToxP2PRNG::getResult(const ByteSpan id) {
return {};
}
bool ToxP2PRNG::handlePacket(
Contact3Handle c,
const uint8_t* data,