mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 03:17:42 +03:00
Compile pbkdf2 without default features
Enables the library to be compiled for target wasm32-unknown-unknown. Closes #46.
This commit is contained in:
parent
62e9328b82
commit
dcae60439b
2 changed files with 1 additions and 35 deletions
|
@ -74,7 +74,7 @@ curve25519-dalek = "2"
|
|||
blowfish = { version = "0.4", features = ["bcrypt"] }
|
||||
byteorder = "1"
|
||||
crypto-mac = "0.7"
|
||||
pbkdf2 = "0.3"
|
||||
pbkdf2 = { version = "0.3", default-features = false }
|
||||
|
||||
# - Encrypted keys
|
||||
aes-ctr = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue