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,8 +1,8 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartcrypto from '../ts/index'
import * as smartcrypto from '../ts/index';
tap.test('first test', async () => {
console.log(smartcrypto.standardExport)
})
console.log('hi');
});
tap.start()
tap.start();