Create a Signature with the R8 point and S scalar @param {ListBigInt} r8 - R8 point @param {BigInt} s - BigInt
Signature(List<BigInt> r8, BigInt s) { this.r8 = r8; this.s = s; }