crypto/weakcryptospi/source/bigint/stackinteger.h
changeset 62 b23410e29e22
parent 17 cd501b96611d
child 96 a71299154b21
equal deleted inserted replaced
60:11c66574c2a2 62:b23410e29e22
    33  * will panic.  Stack based integers may be modified as long as you can
    33  * will panic.  Stack based integers may be modified as long as you can
    34  * guarantee that the resulting integer will fit in the current amount of
    34  * guarantee that the resulting integer will fit in the current amount of
    35  * allocated memory.
    35  * allocated memory.
    36  * If you are not sure which integer you want, you want an RInteger.
    36  * If you are not sure which integer you want, you want an RInteger.
    37  * @internalComponent
    37  * @internalComponent
    38  * @prototype
    38  * @released
    39  * @see RInteger
    39  * @see RInteger
    40  */
    40  */
    41 template <TUint W=2> 
    41 template <TUint W=2> 
    42 class TStackInteger : public TInteger
    42 class TStackInteger : public TInteger
    43 	{
    43 	{