Searched defs:ECC (Results 1 - 1 of 1) sorted by relevance

/external/dropbear/libtomcrypt/
H A Dcrypt.tex3012 /* make a 192-bit ECC key */
3043 /* make a 192-bit ECC key */
3602 The library provides a set of core ECC functions as well that are designed to be the Elliptic Curve analogy of all of the
3627 \index{Fixed Point ECC}
3629 As of v1.12 of LibTomCrypt, support for Fixed Point ECC point multiplication has been added. It is a generic optimization that is
3658 to 4096 bits (512 bytes) which is way more than what is required by ECC. At most, you need 1152 bits to accommodate ECC--521. If you're only using (say)
3659 ECC--256 you will only need 576 bits, which would reduce the memory usage by 700\%.
3663 LibTomCrypt uses a unique format for ECC public and private keys. While ANSI X9.63 partially specifies key formats, it does it in a less than ideally simple manner. \
3666 \index{ECC Ke
[all...]

Completed in 96 milliseconds