Ecdh1PU constructor

Ecdh1PU({
  1. required Uint8List algId,
  2. required Uint8List apu,
  3. required Uint8List apv,
})

Constructs an instance of Ecdh1PU.

Implementation

Ecdh1PU({required this.algId, required this.apu, required this.apv});