Skip to content

Commit b34750c

Browse files
committed
Merge branch 'develop' of https://github.com/libtom/libtomcrypt into streams-functions_in_separate_files
starting over
2 parents 6613d74 + 9c0d708 commit b34750c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/crypt.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -7204,9 +7204,9 @@ \subsection{Depadding}
72047204

72057205
\index{padding\_depad()}
72067206
\begin{verbatim}
7207-
int pkcs7_depad(unsigned char *data,
7208-
unsigned long *length,
7209-
unsigned long mode);
7207+
int padding_depad(unsigned char *data,
7208+
unsigned long *length,
7209+
unsigned long mode);
72107210
\end{verbatim}
72117211

72127212
Where \textit{data} is a pointer to the data to depad,

0 commit comments

Comments
 (0)