SchnorrSignature constructor

SchnorrSignature(
  1. BigInt? r,
  2. BigInt? s
)

Implementation

SchnorrSignature(this.r, this.s);