Skip to content

Commit

Permalink
Update import paths for hashing algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
NoozAbooz committed Dec 29, 2023
1 parent 4875290 commit 714c746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Load hashing algorithms
importScripts("../hashers/hash-duco-s1.js")
importScripts("../hashers/hash-duco-midstate.js")
importScripts("../hashers/hash-wasm.js")
importScripts("hashers/hash-duco-s1.js")
importScripts("hashers/hash-duco-midstate.js")
importScripts("hashers/hash-wasm.js")

// Custom current time for logging purposes
function getTime() {
Expand Down

0 comments on commit 714c746

Please sign in to comment.