Skip to content

Commit

Permalink
Merge pull request #148 from rmarscher/argon2-wasi-optimization
Browse files Browse the repository at this point in the history
Argon2 wasm optimization
  • Loading branch information
timothymiller authored Jun 9, 2024
2 parents 3422edd + 36931e8 commit 003bfc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified packages/api/src/utils/password/argon2-wasi.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/api/src/utils/password/argon2.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// From https://github.com/auth70/argon2-wasi/blob/292a030/bin/argon2-wasi.wasm
// Uses rust package argon2 v0.5.1
// From https://github.com/rmarscher/argon2-wasi/blob/1.0.0-0.5.3-optimized/bin/argon2-wasi.wasm
// Uses rust package argon2 v0.5.3
// @ts-ignore TS2307: Cannot find module './argon2-wasi.wasm'
import argon2 from './argon2-wasi.wasm'
import { WASI } from '@cloudflare/workers-wasi'
Expand Down

0 comments on commit 003bfc6

Please sign in to comment.