index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
crypto
/
internal
/
ecc.h
Age
Commit message (
Expand
)
Author
2026-03-07
crypto: ecc - correct kernel-doc format
Randy Dunlap
2024-11-19
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-10-05
crypto: ecdsa - Support P1363 signature decoding
Lukas Wunner
2024-10-05
crypto: ecdsa - Move X9.62 signature decoding into template
Lukas Wunner
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-06-16
crypto: ecc - Add comment to ecc_digits_from_bytes about input byte array
Stefan Berger
2024-05-17
crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes
Stefan Berger
2024-04-26
crypto: ecdh - Initialize ctx->private_key in proper byte order
Stefan Berger
2024-04-12
crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
Stefan Berger
2024-04-12
crypto: ecdsa - Convert byte arrays with key coordinates to digits
Stefan Berger
2021-10-29
crypto: ecc - Export additional helper functions
Daniele Alessandrelli
2021-10-29
crypto: ecc - Move ecc.h to include/crypto/internal
Daniele Alessandrelli