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,3 +1 @@
import * as plugins from './smartcrypto.plugins';
export let standardExport = 'Hi there! :) This is an exported string';
export * from './smartcrypto.classes.smartcrypto';