P256ShareSecretReq constructor

const P256ShareSecretReq({
  1. required Uint8List seed,
  2. required Uint8List publicKeyRawBytes,
})

Implementation

const P256ShareSecretReq({
  required this.seed,
  required this.publicKeyRawBytes,
});