We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2524b commit df07638Copy full SHA for df07638
1 file changed
src/common.ts
@@ -9,8 +9,6 @@ import type {
9
ICryptoEngine
10
} from "./CryptoEngine/CryptoEngineInterface";
11
import {ArgumentError} from "./errors";
12
-//#endregion
13
-import {CryptoEngine} from "./CryptoEngine/CryptoEngine";
14
15
//#region Crypto engine related function
16
export { ICryptoEngine } from "./CryptoEngine/CryptoEngineInterface";
@@ -422,3 +420,5 @@ function bufferToBigInt(buffer: ArrayBuffer): bigint {
422
420
return BigInt(hex);
423
421
}
424
+//#endregion
+import {CryptoEngine} from "./CryptoEngine/CryptoEngine";
0 commit comments