SchnorrSignWithSeedReq constructor

const SchnorrSignWithSeedReq({
  1. required Uint8List msg,
  2. required Uint8List seed,
  3. Uint8List? auxRand,
})

Implementation

const SchnorrSignWithSeedReq({
  required this.msg,
  required this.seed,
  this.auxRand,
});