hashes: fix typos

This commit is contained in:
Thabokani 2024-01-18 14:06:32 +08:00
parent 80665671cd
commit b196f6b897
No known key found for this signature in database
GPG Key ID: 2AB9CDE56F6D8990
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ pub struct HmacMidState<T: Hash> {
pub outer: <T::Engine as HashEngine>::MidState, pub outer: <T::Engine as HashEngine>::MidState,
} }
/// Pair of underyling hash engines, used for the inner and outer hash of HMAC. /// Pair of underlying hash engines, used for the inner and outer hash of HMAC.
#[derive(Clone)] #[derive(Clone)]
pub struct HmacEngine<T: Hash> { pub struct HmacEngine<T: Hash> {
iengine: T::Engine, iengine: T::Engine,