tentacle 0.7.6

Minimal implementation for a multiplexed p2p network framework.
1
2
3
4
5
6
7
vector Bytes <byte>;
array Uint8 [byte; 1];
table TentacleQuicIdentityV1 {
    version:      Uint8,
    secio_pubkey: Bytes,
    binding_sig:  Bytes,
}