Skip to content

Commit d601b0c

Browse files
Update crates/bitwarden-crypto/src/safe/README.md
Co-authored-by: Thomas Avery <[email protected]>
1 parent 6fd28c2 commit d601b0c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/bitwarden-crypto/src/safe/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Bitwarden-crypto safe module
22

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`.
64

75
## Password-protected key envelope
86

0 commit comments

Comments
 (0)