ResPQ constructor
const
ResPQ({})
Res P Q constructor.
Implementation
const ResPQ({
required this.nonce,
required this.serverNonce,
required this.pq,
required this.serverPublicKeyFingerprints,
}) : super._();
Res P Q constructor.
const ResPQ({
required this.nonce,
required this.serverNonce,
required this.pq,
required this.serverPublicKeyFingerprints,
}) : super._();