From c3ca556affe2f514aeb7fd052fe6d626d9319e99 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 27 Nov 2019 17:59:51 +0100 Subject: JS-only crypto (only primitives so far) --- src/crypto/cryptoImplementation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto/cryptoImplementation.ts') diff --git a/src/crypto/cryptoImplementation.ts b/src/crypto/cryptoImplementation.ts index 7dd019c18..38c63ceee 100644 --- a/src/crypto/cryptoImplementation.ts +++ b/src/crypto/cryptoImplementation.ts @@ -45,7 +45,7 @@ import * as native from "./emscInterface"; import { AmountJson } from "../amounts"; import * as Amounts from "../amounts"; import * as timer from "../timer"; -import { getRandomBytes, encodeCrock } from "./nativeCrypto"; +import { getRandomBytes, encodeCrock } from "./talerCrypto"; export class CryptoImplementation { static enableTracing: boolean = false; -- cgit v1.2.3