On Mon, 2025-08-11 at 13:16 -0700, Eric Biggers wrote: > Now that there's a proper SHA-1 library API, just use that instead of > the low-level SHA-1 compression function. This eliminates the need for > bpf_prog_calc_tag() to implement the SHA-1 padding itself. No > functional change; the computed tags remain the same. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- The logic seem to unchanged. Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]