aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/talerCrypto.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-04-06 21:05:51 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-04-06 21:05:51 +0530
commit07f25566ca51b7faf6462a57d15f4ebbfc733ab0 (patch)
tree04e03d831adae4c00ac6a6a19706de4ed6ad7dd3 /src/crypto/talerCrypto.ts
parent13bccc7bd982da58738dfd63a2493e476d596161 (diff)
downloadwallet-core-07f25566ca51b7faf6462a57d15f4ebbfc733ab0.tar.xz
start spring cleaning, use rollup instead of both webpack and rollup
Diffstat (limited to 'src/crypto/talerCrypto.ts')
-rw-r--r--src/crypto/talerCrypto.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/talerCrypto.ts b/src/crypto/talerCrypto.ts
index 317b1af55..3da4f4a47 100644
--- a/src/crypto/talerCrypto.ts
+++ b/src/crypto/talerCrypto.ts
@@ -18,7 +18,7 @@
* Native implementation of GNU Taler crypto.
*/
-import nacl = require("./primitives/nacl-fast");
+import * as nacl from "./primitives/nacl-fast";
import bigint from "big-integer";
import { kdf } from "./primitives/kdf";