Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - removed key from constructor | Martin Willi | 2005-11-22 | 2 | -31/+47 |
| | | | | | - added set_key method | ||||
* | - definition of interface for singer and crypter | Martin Willi | 2005-11-22 | 4 | -0/+202 |
| | | | | | - not documented | ||||
* | - removed key from constructor | Martin Willi | 2005-11-22 | 4 | -7/+13 |
| | | | | | - added set_key | ||||
* | (no commit message) | Jan Hutter | 2005-11-22 | 2 | -0/+139 |
| | |||||
* | - moved to hmac | Martin Willi | 2005-11-22 | 2 | -139/+0 |
| | |||||
* | - fixed memleak in sha1 | Martin Willi | 2005-11-22 | 3 | -13/+13 |
| | |||||
* | - implementation supporting SHA1 | Martin Willi | 2005-11-22 | 2 | -0/+302 |
| | | | | | - UNtested | ||||
* | - doc | Martin Willi | 2005-11-21 | 1 | -4/+18 |
| | | | | | - reseting when result fetched | ||||
* | - implementation of hasher_sha1 | Martin Willi | 2005-11-21 | 2 | -9/+237 |
| | | | | | - tested | ||||
* | - skeletons for: | Martin Willi | 2005-11-21 | 8 | -0/+516 |
| | | | | | | | | - prf - prf_hmac_sha1 - hasher - hasher_sha1 | ||||
* | - changed group_number type to diffie_hellman_group_t | Martin Willi | 2005-11-18 | 2 | -2/+3 |
| | |||||
* | - implemented all diffie hellman groups | Jan Hutter | 2005-11-18 | 1 | -45/+255 |
| | | | | | - diffie hellman tested | ||||
* | - wrote diffie_hellman_t but not tested | Jan Hutter | 2005-11-18 | 2 | -0/+512 |