summaryrefslogtreecommitdiff
path: root/mpi.cpp
Commit message (Expand)AuthorAgeFilesLines
* changed u_int32_t* argument to size_t* in Mpi::getNewBufMichael Gebetsroither2008-03-181-1/+1
* - keyderivation and cipher should work nowChristian Pointner2008-02-231-21/+59
* cleanupsChristian Pointner2008-02-201-25/+29
* further cleanupsChristian Pointner2008-02-201-6/+7
* replaces cypher with cipher Christian Pointner2008-02-191-1/+1
* * renamed HmacAuthAlgo to Sha1AuthAlgoErwin Nindl2007-12-121-1/+1
* changed Mpi::getBuf, now returns u_int8_t *!Erwin Nindl2007-12-121-7/+12
* set iv to fixed length of 16byte in kdErwin Nindl2007-12-111-2/+5
* kd iv generation fix againErwin Nindl2007-12-111-0/+7
* * added mpi operatorErwin Nindl2007-12-111-0/+7
* fixed mpi default construktorErwin Nindl2007-12-111-1/+2
* fixes in mpi class, keyderivation iv generationErwin Nindl2007-12-111-7/+24
* added multible precission integer classErwin Nindl2007-12-111-0/+118