EdDSASignature constructor

const EdDSASignature(
  1. Uint8List R,
  2. Uint8List S
)

Implementation

const EdDSASignature(this.R, this.S);