bool isDerSignature(Uint8List sig) { try { return bytesWrapDerSignature(bytesUnwrapDerSignature(sig)).eq(sig); } catch (e) { return false; } }