mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-28 21:25:32 +00:00
7 lines
169 B
JavaScript
7 lines
169 B
JavaScript
const { worker } = require('workerpool')
|
|
const { SecretKeyCryptographyCreateKeyFunc } = require('./EncryptionWorker')
|
|
|
|
worker({
|
|
SecretKeyCryptographyCreateKeyFunc,
|
|
})
|