fix index

This commit is contained in:
Steffen Jaeckel 2019-02-17 13:12:07 +01:00
parent f262343d3e
commit e88693f782

View File

@ -1211,7 +1211,7 @@ Which compute $c = a \odot b$ where $\odot$ is one of OR, AND or XOR.
The following four functions allow implementing arbitrary-precision two-complement numbers.
\index{mp\_tc\_or} \index{mp\_tc\_and} \index{mp\_tc\_xor} \index {mp\_complement}\label{tcbitwiseops}
\index{mp\_tc\_or} \index{mp\_tc\_and} \index{mp\_tc\_xor} \index{mp\_complement} \label{tcbitwiseops}
\begin{alltt}
int mp_tc_or (mp_int * a, mp_int * b, mp_int * c);
int mp_tc_and (mp_int * a, mp_int * b, mp_int * c);