Commit e2f15695 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Tweak layout a little bit

parent 1767cd54
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -117,7 +117,9 @@ impl PKey {
    }

    /// Creates a new `PKey` containing an HMAC key.
    /// Note: To compute HMAC values, use the `sign` module.
    ///
    /// # Note
    /// To compute HMAC values, use the `sign` module.
    pub fn hmac(key: &[u8]) -> Result<PKey, ErrorStack> {
        unsafe {
            assert!(key.len() <= c_int::max_value() as usize);