handshake method
- @MPI(name: "_{mesh.name}.cipher.handshake")
- CipherHello hello, {
- Context? ctx,
Handshake negotiate multiparty cipher keys. 多方密钥协商握手.
Implementation
@MPI(name: "_{mesh.name}.cipher.handshake")
Future<String?> handshake(CipherHello hello, {Context? ctx}) {
throw UnimplementedError('handshake() has not been implemented.');
}