gbp-node 1.0.0-rc1

GBP-layer group node: framing, AEAD, replay window, control plane and FSM. Sub-protocols (gtp/gap/gsp) build on top of this crate.
1
2
3
4
5
6
7
8
9
10
11
12
# gbp-node

GBP-layer group node for the
[Group Protocol Stack](https://github.com/F000NKKK/Group-Protocol-Stack).

This is the IP-like substrate that the three sub-protocol crates
(`gtp-protocol`, `gap-protocol`, `gsp-protocol`) build on. It owns the
framing, AEAD, replay window, FSM and control plane.

## License

Licensed under [Apache License, Version 2.0](../../../LICENSE).