Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PM-6107] Use rayon to multithread encryption/decryption #215

Merged
merged 1 commit into from
Feb 8, 2024

Use rayon to multithread encryption/decryption

e515bc5
Select commit
Loading
Failed to load commit list.
Merged

[PM-6107] Use rayon to multithread encryption/decryption #215

Use rayon to multithread encryption/decryption
e515bc5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 7, 2024 in 0s

0.00% of diff hit (target 57.76%)

View this Pull Request on Codecov

0.00% of diff hit (target 57.76%)

Annotations

Check warning on line 56 in crates/bitwarden-crypto/src/encryptable.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/encryptable.rs#L54-L56

Added lines #L54 - L56 were not covered by tests

Check warning on line 66 in crates/bitwarden-crypto/src/encryptable.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/encryptable.rs#L64-L66

Added lines #L64 - L66 were not covered by tests

Check warning on line 74 in crates/bitwarden-crypto/src/encryptable.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/encryptable.rs#L74

Added line #L74 was not covered by tests

Check warning on line 91 in crates/bitwarden-crypto/src/encryptable.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/encryptable.rs#L91

Added line #L91 was not covered by tests

Check warning on line 58 in crates/bitwarden-crypto/src/keys/key_encryptable.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/keys/key_encryptable.rs#L56-L58

Added lines #L56 - L58 were not covered by tests

Check warning on line 71 in crates/bitwarden-crypto/src/keys/key_encryptable.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/keys/key_encryptable.rs#L69-L71

Added lines #L69 - L71 were not covered by tests

Check warning on line 83 in crates/bitwarden-crypto/src/keys/key_encryptable.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/keys/key_encryptable.rs#L83

Added line #L83 was not covered by tests

Check warning on line 97 in crates/bitwarden-crypto/src/keys/key_encryptable.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/keys/key_encryptable.rs#L97

Added line #L97 was not covered by tests