Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:added

123 The library was designed such that new ciphers/hashes/PRNGs can be added at run-time and the existing API 
175 (\textit{or whatever they call it}) has been invented. It can be added to the library and used within applications
182 are not directly tied to the ciphers. That is a new cipher can be added to the library by simply providing
1167 be added at anytime during an EAX stream, and is part of the authentication tag. That is, changes in the meta-data can be detected by changes in the output tag.
2765 the entropy added is not random.
2880 added to the PRNG learn far less about the state than that of Yarrow. Without getting into to many
2883 recover from that problem until new entropy is added to the pool and put to use through the ready() function.
3613 As of v1.15 three new curves from the SECG standards are also included they are the secp112r1, secp128r1, and secp160r1 curves. These curves were added to
3629 As of v1.12 of LibTomCrypt, support for Fixed Point ECC point multiplication has been added. It is a generic optimization that is
4618 The time can be offset plus or minus a set amount of hours (off\_hh) and minutes (off\_mm). When \textit{off\_dir} is zero, the time will be added otherwise it
4670 When a SEQUENCE or SET has been encountered a SEQUENCE (or SET resp.) item will be added as a sibling (e.g. list.type == LTC\_ASN1\_SEQUENCE) and the child
5318 Generally the rule of thumb is to setup the tables once at startup and then leave them be. This added build flag simply makes updating
5950 This function makes the PRNG ready to read from by processing the entropy added. The behaviour of this function depends