refactor, decoupling functions + encryption, new key exchqnge every 5 sent messages
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import { ab2str, str2ab, exportedKeyToPem, pemToKey, genKey } from '../src/public/ecc.js';
|
||||
import { exportedKeyToPem, pemToKey, genKey } from '../src/public/ecc.js';
|
||||
import { ab2str, str2ab } from '../src/public/arrayutils.js';
|
||||
|
||||
describe('ecc.js functions', () => {
|
||||
|
||||
|
Reference in New Issue
Block a user