fix(core): initial, support creation of rsa keypairs

This commit is contained in:
2019-10-01 14:22:21 +02:00
parent 70d7404b90
commit 44c2adf45d
6 changed files with 54 additions and 15 deletions

View File

@@ -1,4 +1,13 @@
const removeme = {};
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
export {
removeme
}
smartpromise
};
// third party scope
import * as nodeForge from 'node-forge';
export {
nodeForge
};