setSharedKey abstract method

Future<void> setSharedKey(
  1. int keyIndex,
  2. Uint8List rawKey
)

Registers rawKey at keyIndex for every participant.

This is the passphrase-style setup: every participant derives the same bytes and calls this with the same index.

Implementation

Future<void> setSharedKey(int keyIndex, Uint8List rawKey);