94: source doc review

This commit is contained in:
Jackson Sandland
2018-03-30 10:43:38 -07:00
parent eaec25f940
commit ef169a6652
14 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
//! A module for creating SHA-256 hashes.
//! The `hash` module provides functions for creating SHA-256 hashes.
use generic_array::GenericArray;
use generic_array::typenum::U32;