We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba6ae3 commit 9c0d708Copy full SHA for 9c0d708
1 file changed
doc/crypt.tex
@@ -7204,9 +7204,9 @@ \subsection{Depadding}
7204
7205
\index{padding\_depad()}
7206
\begin{verbatim}
7207
-int pkcs7_depad(unsigned char *data,
7208
- unsigned long *length,
7209
- unsigned long mode);
+int padding_depad(unsigned char *data,
+ unsigned long *length,
+ unsigned long mode);
7210
\end{verbatim}
7211
7212
Where \textit{data} is a pointer to the data to depad,
0 commit comments