Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-03-03 | crypto: dh - split out deserialization code from crypto_dh_decode() | Nicolai Stange | 1 | -0/+16 |
2022-03-03 | crypto: dh - constify struct dh's pointer members | Nicolai Stange | 1 | -3/+3 |
2022-03-03 | crypto: dh - remove struct dh's ->q member | Nicolai Stange | 1 | -4/+0 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
2018-07-09 | crypto: dh - add public key verification test | Stephan Mueller | 1 | -0/+4 |
2017-10-12 | crypto: dh - return unsigned value for crypto_dh_key_len() | Tudor-Dan Ambarus | 1 | -1/+1 |
2017-06-10 | crypto: kpp, (ec)dh - fix typos | Tudor-Dan Ambarus | 1 | -2/+2 |
2016-12-13 | crypto: doc - add KPP documentation | Stephan Mueller | 1 | -0/+58 |
2016-06-23 | crypto: dh - Add DH software implementation | Salvatore Benedetto | 1 | -0/+29 |