Spake2Context constructor
Spake2Context(
- Spake2Role _role,
- Uint8List _myName,
- Uint8List _theirName, {
- Spake2RandomBytesSource? randomBytesSource,
Implementation
Spake2Context(
this._role,
this._myName,
this._theirName, {
Spake2RandomBytesSource? randomBytesSource,
}) : _randomBytesSource = randomBytesSource ?? _secureRandomBytes;