ECSignature constructor

ECSignature(
  1. BigInt r,
  2. BigInt s
)

Implementation

ECSignature(this.r, this.s);