index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
crypto
/
mpi
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-11-24
crypto: lib/mpi - use min() instead of min_t()
David Laight
2025-06-30
lib/crypto: Explicitly include <linux/export.h>
Eric Biggers
2024-11-15
crypto: lib/mpi - Export mpi_set_bit
Herbert Xu
2024-10-05
crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue
Qianqiang Liu
2024-08-17
crypto: lib/mpi - Add error checks to extension
Herbert Xu
2024-08-17
Revert "lib/mpi: Extend the MPI library"
Herbert Xu
2024-08-10
Revert "lib/mpi: Introduce ec implementation to MPI library"
Herbert Xu
2024-07-13
crypto: lib/mpi - delete unnecessary condition
Dan Carpenter
2024-06-21
crypto: lib/mpi - Use swap() in mpi_powm()
Jiapeng Chong
2024-06-21
crypto: lib/mpi - Use swap() in mpi_ec_mul_point()
Jiapeng Chong
2023-12-22
crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init
Tianjia Zhang
2023-08-11
crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
Mark O'Donovan
2023-08-11
crypto: lib - Move mpi into lib/crypto
Herbert Xu