There was an error while loading. Please reload this page.
1 parent 72d41d3 commit b69d759Copy full SHA for b69d759
1 file changed
src/common.ts
@@ -8,7 +8,6 @@ import type {
8
CryptoEngineAlgorithmParams,
9
ICryptoEngine
10
} from "./CryptoEngine/CryptoEngineInterface";
11
-import {CryptoEngine} from "./CryptoEngine/CryptoEngine";
12
import {ArgumentError} from "./errors";
13
14
//#region Crypto engine related function
@@ -420,4 +419,6 @@ function bufferToBigInt(buffer: ArrayBuffer): bigint {
420
419
const hex = "0x" + Convert.ToHex(buffer);
421
return BigInt(hex);
422
}
423
-//#endregion
+
+//#endregion
424
+import {CryptoEngine} from "./CryptoEngine/CryptoEngine";
0 commit comments