summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/ecc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-11-191-0/+14
|\
| * crypto: ecdsa - Support P1363 signature decodingLukas Wunner2024-10-051-0/+1
| * crypto: ecdsa - Move X9.62 signature decoding into templateLukas Wunner2024-10-051-0/+13
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* crypto: ecc - Add comment to ecc_digits_from_bytes about input byte arrayStefan Berger2024-06-161-0/+3
* crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytesStefan Berger2024-05-171-13/+2
* crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger2024-04-261-1/+2
* crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger2024-04-121-1/+2
* crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger2024-04-121-0/+21
* crypto: ecc - Export additional helper functionsDaniele Alessandrelli2021-10-291-0/+36
* crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli2021-10-291-0/+245