We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6481e2 commit 46a9c6fCopy full SHA for 46a9c6f
packages/sdk/src/signature/SignatureValidationWorker.ts
@@ -1,7 +1,3 @@
1
-/**
2
- * Web Worker for signature validation.
3
- * This worker handles CPU-intensive cryptographic operations off the main thread.
4
- */
5
import * as Comlink from 'comlink'
6
import { validateSignatureData, SignatureValidationResult } from './signatureValidation'
7
import { StreamMessage } from '../protocol/StreamMessage'
0 commit comments