Optimize spyglass external hash function

This commit is contained in:
Misode
2024-11-26 02:22:34 +01:00
parent 3a467e54b7
commit 46ed105c34
3 changed files with 42 additions and 6 deletions

View File

@@ -37,6 +37,7 @@
"marked": "^4.0.10",
"rfdc": "^1.3.0",
"sourcemapped-stacktrace": "^1.1.11",
"spark-md5": "^3.0.2",
"vscode-languageserver-textdocument": "^1.0.12"
},
"devDependencies": {
@@ -50,6 +51,7 @@
"@types/lz-string": "^1.3.34",
"@types/marked": "^4.0.1",
"@types/seedrandom": "^2.4.28",
"@types/spark-md5": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"autoprefixer": "^10.4.16",