On Fri, May 31, 2024 at 11:48:47AM +0800, Yunjian Wang wrote: > Now there is a issue is that code checks reports a warning: implicit > narrowing conversion from type 'unsigned int' to small type 'u8' (the > 'keylen' variable). Fix it by removing the 'keylen' variable. Applied, thanks