summaryrefslogtreecommitdiff
path: root/mpi.cpp
Commit message (Collapse)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
| | | | | | | | | | however it needs further testing - rewrite of Buffer and Packets
* cleanupsChristian Pointner2008-02-201-25/+29
| | | | | | | key derivation could work now
* further cleanupsChristian Pointner2008-02-201-6/+7
| | | | | | | cipher could work now
* replaces cypher with cipher Christian Pointner2008-02-191-1/+1
|
* * renamed HmacAuthAlgo to Sha1AuthAlgoErwin Nindl2007-12-121-1/+1
| | | | | | * removed a memleak at the IV generation in kd, cypher
* 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
| | | | | | * kd iv generation fix
* 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
key derivation