You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/bitwarden-crypto/src/safe/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
# Bitwarden-crypto safe module
2
2
3
-
The safe module contains a high-level set of tools used in building protocols and features involving
4
-
cryptography. Whenever possible, a feature should be build with features from this module, before
5
-
opting to build with any other, more lower-level primitives in the `bitwarden-crypto` crate.
3
+
The safe module provides high-level cryptographic tools for building secure protocols and features. When developing new features, use this module first before considering lower-level primitives from other parts of `bitwarden-crypto`.
0 commit comments