Commit ea8cbbe9 authored by Steven Fackler's avatar Steven Fackler
Browse files

Fix typo

parent 4d567358
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ impl PKey {
        }
    }

    /// Create a new `PKey` containing an HAMC key.
    /// Create a new `PKey` containing an HMAC key.
    pub fn hmac(key: &[u8]) -> Result<PKey, ErrorStack> {
        unsafe {
            assert!(key.len() <= c_int::max_value() as usize);