Description
Integrate compute pool for CPU-intensive cryptographic operations in Taker RPC handlers.
Motivation
Cryptographic operations (signing, verification, key derivation) are CPU-intensive and should not block I/O threads.
Proposed Solution
- Transaction signing
- Signature verification
- Hash computations
- Key derivation
- Contract validation
Tasks
Expected
- Improved I/O responsiveness
- Better resource utilization
- Performance gains for concurrent operations
- Clear documentation of usage patterns
Description
Integrate compute pool for CPU-intensive cryptographic operations in Taker RPC handlers.
Motivation
Cryptographic operations (signing, verification, key derivation) are CPU-intensive and should not block I/O threads.
Proposed Solution
Tasks
Expected