mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-03-01 15:03:21 -08:00
docs(secret-memory): fix warnings when generating the documentation
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
//! that of [Secret].
|
||||
//! 2. The [debug] module provides functionality to easily create debug output for objects that are
|
||||
//! backed by byte arrays or slices, like for example [Secret].
|
||||
//! 3. The [file] module provides functionality to store [Secrets](crate::Secret) und [Public]
|
||||
//! in files such that the file's [Visibility](rosenpass_util::file::Visibility)
|
||||
//! 3. The [mod@file] module provides functionality to store [Secrets](crate::Secret)
|
||||
//! and [Public] in files such that the file's [Visibility](rosenpass_util::file::Visibility)
|
||||
//! corresponds to the confidentiality of the data.
|
||||
//! 4. The [rand] module provides a simple way of generating randomness.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user