[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZGHNKCY/2C5buW7O@moria.home.lan>
Date: Mon, 15 May 2023 02:11:52 -0400
From: Kent Overstreet <kent.overstreet@...ux.dev>
To: FUJITA Tomonori <tomo@...bit.dev>
Cc: rust-for-linux@...r.kernel.org, netdev@...r.kernel.org,
linux-crypto@...r.kernel.org,
FUJITA Tomonori <fujita.tomonori@...il.com>
Subject: Re: [PATCH 1/2] rust: add synchronous message digest support
On Mon, May 15, 2023 at 04:34:27AM +0000, FUJITA Tomonori wrote:
> From: FUJITA Tomonori <fujita.tomonori@...il.com>
>
> Adds abstractions for crypto shash.
>
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@...il.com>
> ---
> rust/bindings/bindings_helper.h | 1 +
> rust/helpers.c | 24 +++++++
> rust/kernel/crypto.rs | 108 ++++++++++++++++++++++++++++++++
> rust/kernel/lib.rs | 2 +
I think in the long run we're going to need Rust bindings located right
next to the .c files they're wrapping. Certainly modules will.
Powered by blists - more mailing lists