On Mon, May 15, 2023 at 04:34:27AM +0000, FUJITA Tomonori wrote: > From: FUJITA Tomonori <fujita.tomonori@xxxxxxxxx> > > Adds abstractions for crypto shash. > > Signed-off-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxx> > --- > 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.