Home | History | Annotate | Download | only in libtommath

Lines Matching refs:operations

163 However, there are cases where such a build is not optional.  For instance, you want to perform RSA operations.  You 
164 don't need the vast majority of the library to perform these operations. Aside from LTM\_ALL there is
557 excess digits being removed. Note that you can use a shrunk mp\_int in further computations, however, such operations
558 will require heap operations which can be slow. It is not ideal to shrink mp\_int variables that you will further
639 \chapter{Basic Operations}
970 \section{Logical Operations}
972 Logical operations are operations that can be performed either with simple shifts or boolean operators such as
973 AND, XOR and OR directly. These operations are very quick.
1063 \subsection{Polynomial Basis Operations}
1085 This will divide $a$ in place by $x^b$ and discard the remainder. This function cannot fail as it performs the operations
1088 \subsection{AND, OR and XOR Operations}
1090 While AND, OR and XOR operations are not typical ``bignum functions'' they can be useful in several instances. The
1112 Which perform $c = a \odot b$ where $\odot$ is one of signed addition or subtraction. The operations are fully sign