Skip to content

Fix cipher being bypassed on Deno 1.23.0

Compare
Choose a tag to compare
@JamesBroadberry JamesBroadberry released this 18 Jun 11:01
· 2 commits to master since this release
fb6e55a

Fixes #27 and #28

Deno's TypeScript transpilation had introduced a bug which caused the transpilation to bypass a loop used when the cipher was running.
If using Deno 1.23.0 or later, you MUST not use v0.3.0 of BCrypt. Either update to the latest version of BCrypt or use an earlier version of Deno.