Skip to content

Commit

Permalink
fix: Corrected dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Feb 18, 2020
1 parent c986d75 commit 5c0768e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { AbstractKeyManagementSystem, KeyType, AbstractKey, SerializedKey, AbstractKeyStore } from 'daf-core'
import sodium from 'libsodium-wrappers'
import sodium from 'react-native-sodium'
import { SimpleSigner } from 'did-jwt'
const EC = require('elliptic').ec
const secp256k1 = new EC('secp256k1')
Expand Down

0 comments on commit 5c0768e

Please sign in to comment.