Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/libtom/libtomcrypt into …
Browse files Browse the repository at this point in the history
…streams-functions_in_separate_files

starting over
  • Loading branch information
buggywhip committed Oct 16, 2018
2 parents 6613d74 + 9c0d708 commit b34750c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/crypt.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7204,9 +7204,9 @@ \subsection{Depadding}

\index{padding\_depad()}
\begin{verbatim}
int pkcs7_depad(unsigned char *data,
unsigned long *length,
unsigned long mode);
int padding_depad(unsigned char *data,
unsigned long *length,
unsigned long mode);
\end{verbatim}

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

0 comments on commit b34750c

Please sign in to comment.