mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-01 14:33:22 +00:00
Finish refactoring src/**/*.js to use import & export
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
import crypto from '../crypto';
|
||||
import packet from '../packet';
|
||||
import key from '../key.js';
|
||||
import * as key from '../key.js';
|
||||
import type_keyid from '../type/keyid.js';
|
||||
|
||||
var INITIAL_RANDOM_SEED = 50000, // random bytes seeded to worker
|
||||
|
||||
Reference in New Issue
Block a user