We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Secret<T>
1 parent cc13bf8 commit 0e9c9fdCopy full SHA for 0e9c9fd
secrecy/README.md
@@ -15,7 +15,7 @@ A simple secret-keeping library for Rust.
15
16
**secrecy** is a *simple*, safe (i.e. `forbid(unsafe_code)` library which
17
provides wrapper types and traits for secret management in Rust, namely the
18
-`Secret<T>` type for wrapping another value in a "secret cell" which attempts
+`SecretBox<T>` type for wrapping another value in a "secret cell" which attempts
19
to limit exposure (only available through a special `ExposeSecret` trait).
20
21
This helps to ensure secrets aren't accidentally copied, logged, or otherwise
0 commit comments