Expand description
Secure-Join protocol state machine for Bob, the joiner-side.
This module contains the state machine to run the Secure-Join handshake for Bob and does not do any user interaction required by the protocol. Instead the state machine provides all the information to its driver so it can perform the correct interactions.
The BobState
is only directly used to initially create it when starting the
protocol.
Structs§
- The securejoin state kept while Bob is joining.
Enums§
- Identifies the SecureJoin handshake messages Bob can send.
- The stage of the
BobState
securejoin handshake protocol state machine. - The next message expected by
BobState
in the setup-contact/secure-join protocol.
Functions§
- Sends the requested handshake message to Alice.