Use the libsignal-client for curve operations
This commit is contained in:
parent
1da724edf2
commit
a769402c0c
7 changed files with 67 additions and 91 deletions
|
@ -13,7 +13,11 @@ const {
|
|||
optionalDependencies = {},
|
||||
} = require('../package.json');
|
||||
|
||||
const SKIPPED_DEPENDENCIES = new Set(['ringrtc', 'zkgroup']);
|
||||
const SKIPPED_DEPENDENCIES = new Set([
|
||||
'ringrtc',
|
||||
'zkgroup',
|
||||
'libsignal-client',
|
||||
]);
|
||||
|
||||
const rootDir = join(__dirname, '..');
|
||||
const nodeModulesPath = join(rootDir, 'node_modules');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue