Home | History | Annotate | Download | only in libtomcrypt

Lines Matching defs:EC

3901 \mysection{EC DSA Signatures}
3903 There are also functions to sign and verify messages. They use the ANSI X9.62 EC-DSA algorithm to generate and verify signatures in the
3906 \subsection{EC-DSA Signature Generation}
3920 This function will EC--DSA sign the message digest stored in the array pointed to by \textit{in} of length \textit{inlen} octets. The signature
3924 \subsection{EC-DSA Signature Verification}
3935 This function will verify the EC-DSA signature in the array pointed to by \textit{sig} of length \textit{siglen} octets, against the message digest
3941 The signature code is an implementation of X9.62 EC--DSA, and the output is compliant for GF(p) curves.
6409 The ECC system in LibTomCrypt is based off of the NIST recommended curves over $GF(p)$ and is used to implement EC-DSA and EC-DH. The ECC functions work with
6442 To accelerate EC--DSA verification the library provides a built--in function called ltc\_ecc\_mul2add(). This performs two point multiplications and an addition in