handshake method
- @MPI(name: "_{mesh.name}.cipher.handshake")
- CipherHello hello, {
- Context? ctx,
Handshake negotiate multiparty cipher keys.
Parameters:
- hello: hello Returns:
- string cipher group
Implementation
@MPI(name: "_{mesh.name}.cipher.handshake")
Future<String?> handshake(CipherHello hello, {Context? ctx}) {
throw UnimplementedError('handshake() has not been implemented.');
}