doc tweak

This commit is contained in:
2025-12-29 02:05:51 -07:00
parent f80204aced
commit 2ebd1c9965

View File

@@ -1,5 +1,5 @@
//! emsha is the embedded hashing library. It aims to work even in //! emsha is the embedded hashing library. It aims to work even in
//! nostdenv environments. //! `no_std` environments.
//! //!
//! ## Example SHA256 hashing //! ## Example SHA256 hashing
//! ``` //! ```