export type EdDSASignatureRequestDto = { R8: Array; 'S': string; };