Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed u_int32_t* argument to size_t* in Mpi::getNewBuf | Michael Gebetsroither | 2008-03-18 | 1 | -1/+1 |
| | |||||
* | - keyderivation and cipher should work now | Christian Pointner | 2008-02-23 | 1 | -21/+59 |
| | | | | | | | | | | however it needs further testing - rewrite of Buffer and Packets | ||||
* | cleanups | Christian Pointner | 2008-02-20 | 1 | -25/+29 |
| | | | | | | | key derivation could work now | ||||
* | further cleanups | Christian Pointner | 2008-02-20 | 1 | -6/+7 |
| | | | | | | | cipher could work now | ||||
* | replaces cypher with cipher | Christian Pointner | 2008-02-19 | 1 | -1/+1 |
| | |||||
* | * renamed HmacAuthAlgo to Sha1AuthAlgo | Erwin Nindl | 2007-12-12 | 1 | -1/+1 |
| | | | | | | * removed a memleak at the IV generation in kd, cypher | ||||
* | changed Mpi::getBuf, now returns u_int8_t *! | Erwin Nindl | 2007-12-12 | 1 | -7/+12 |
| | |||||
* | set iv to fixed length of 16byte in kd | Erwin Nindl | 2007-12-11 | 1 | -2/+5 |
| | |||||
* | kd iv generation fix again | Erwin Nindl | 2007-12-11 | 1 | -0/+7 |
| | |||||
* | * added mpi operator | Erwin Nindl | 2007-12-11 | 1 | -0/+7 |
| | | | | | | * kd iv generation fix | ||||
* | fixed mpi default construktor | Erwin Nindl | 2007-12-11 | 1 | -1/+2 |
| | |||||
* | fixes in mpi class, keyderivation iv generation | Erwin Nindl | 2007-12-11 | 1 | -7/+24 |
| | |||||
* | added multible precission integer class | Erwin Nindl | 2007-12-11 | 1 | -0/+118 |
key derivation |