suite method
- @MPI(name: "_{mesh.name}.cipher.suite")
- CipherHello hello, {
- Context? ctx,
Suite cipher suite in local party. 产生本方密钥协商套件.
Implementation
@MPI(name: "_{mesh.name}.cipher.suite")
Future<CipherSuite?> suite(CipherHello hello, {Context? ctx}) {
throw UnimplementedError('suite() has not been implemented.');
}