Re: [PATCH v3 01/14] mpi: Introduce mpi_key_length()

2024-09-12 Thread Jarkko Sakkinen
On Wed Sep 11, 2024 at 3:28 PM EEST, Roberto Sassu wrote: > From: Roberto Sassu > > Introduce the new function to get the number of bits and bytes from an MPI. > > Signed-off-by: Roberto Sassu > Signed-off-by: David Howells > --- > include/linux/mpi.h | 2 ++ > lib/crypto/mpi/mpicoder.c

[PATCH v3 01/14] mpi: Introduce mpi_key_length()

2024-09-11 Thread Roberto Sassu
From: Roberto Sassu Introduce the new function to get the number of bits and bytes from an MPI. Signed-off-by: Roberto Sassu Signed-off-by: David Howells --- include/linux/mpi.h | 2 ++ lib/crypto/mpi/mpicoder.c | 33 ++--- 2 files changed, 28 insertions(+),