Unverified Commit 6ff603ec authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #1711 from wiktor-k/fix-reference-to-cipher-final

Fix reference to `Self::cipher_final` in docs
parents bbdcaf7c bc8506df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ impl CipherCtxRef {

    /// Retrieves the calculated authentication tag from the context.
    ///
    /// This should be called after `[Self::cipher_final]`, and is only supported by authenticated ciphers.
    /// This should be called after [`Self::cipher_final`], and is only supported by authenticated ciphers.
    ///
    /// The size of the buffer indicates the size of the tag. While some ciphers support a range of tag sizes, it is
    /// recommended to pick the maximum size.