Signature constructor

Signature(
  1. BigInt R,
  2. BigInt S
)

Implementation

Signature(this.R, this.S);