-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a578605
commit 12d39f7
Showing
9 changed files
with
5,957 additions
and
6,145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
[package] | ||
name = "deno_stdext_crypto_hash_wasm_argon2" | ||
version = "0.0.0" | ||
edition = "2021" | ||
version.workspace = true | ||
edition.workspace = true | ||
|
||
[lib] | ||
crate_type = ["cdylib"] | ||
crate-type = ["cdylib"] | ||
|
||
[dependencies] | ||
wasm-bindgen = "=0.2.92" | ||
serde = { version = "1", features = ["derive"] } | ||
serde-wasm-bindgen = "0.4" | ||
getrandom = { version = "0.2", features = ["js"] } | ||
argon2 = "0.5" | ||
rand_core = { version = "0.6", features = ["std"] } | ||
js-sys = "0.3" | ||
wasm-bindgen.workspace = true | ||
serde.workspace = true | ||
serde-wasm-bindgen.workspace = true | ||
getrandom.workspace = true | ||
argon2.workspace = true | ||
rand_core.workspace = true | ||
js-sys.workspace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "deno_stdext_crypto_hash_wasm_bcrypt" | ||
version = "0.0.0" | ||
edition = "2021" | ||
version.workspace = true | ||
edition.workspace = true | ||
|
||
[lib] | ||
crate_type = ["cdylib"] | ||
crate-type = ["cdylib"] | ||
|
||
[dependencies] | ||
wasm-bindgen = "=0.2.92" | ||
serde = { version = "1", features = ["derive"] } | ||
serde-wasm-bindgen = "0.4" | ||
getrandom = { version = "0.2", features = ["js"] } | ||
bcrypt = "0.15" | ||
wasm-bindgen.workspace = true | ||
serde.workspace = true | ||
serde-wasm-bindgen.workspace = true | ||
getrandom.workspace = true | ||
bcrypt.workspace = true |
4,412 changes: 2,177 additions & 2,235 deletions
4,412
crypto/hash/_wasm/lib/deno_stdext_crypto_hash_wasm_argon2.generated.mjs
Large diffs are not rendered by default.
Oops, something went wrong.
3,411 changes: 1,654 additions & 1,757 deletions
3,411
crypto/hash/_wasm/lib/deno_stdext_crypto_hash_wasm_bcrypt.generated.mjs
Large diffs are not rendered by default.
Oops, something went wrong.
4,167 changes: 2,061 additions & 2,106 deletions
4,167
crypto/hash/_wasm/lib/deno_stdext_crypto_hash_wasm_scrypt.generated.mjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "deno_stdext_crypto_hash_wasm_scrypt" | ||
version = "0.0.0" | ||
edition = "2021" | ||
version.workspace = true | ||
edition.workspace = true | ||
|
||
[lib] | ||
crate_type = ["cdylib"] | ||
crate-type = ["cdylib"] | ||
|
||
[dependencies] | ||
wasm-bindgen = "=0.2.92" | ||
serde = { version = "1", features = ["derive"] } | ||
serde-wasm-bindgen = "0.4" | ||
getrandom = { version = "0.2", features = ["js"] } | ||
scrypt = { version = "0.11" } | ||
wasm-bindgen.workspace = true | ||
serde.workspace = true | ||
serde-wasm-bindgen.workspace = true | ||
getrandom.workspace = true | ||
scrypt.workspace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters