beaconcrypt 0.3.10

Cryptographic transport for C2 channels
Documentation
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: 0BSD

@0xec633cc0f84b92e3;

struct ProtoGram {
   # signed buffer in libsodium format
   data @0 :Data;
   # This is the identifier of the key used to sign this message.
   keyId @1 :UInt64;
}