Re: [PATCH v8] hash: add XOR32 hash function

2023-07-10 Thread Bili Dong
Thanks for the suggestion! It's fixed in the latest version. On Thu, Jul 6, 2023 at 1:08 PM Stephen Hemminger wrote: > On Thu, 29 Jun 2023 17:33:00 + > Bili Dong wrote: > > > + > > +/** > > + * The following bytes access helper functions are expected to work > > + * without any particular i

Re: [PATCH v8] hash: add XOR32 hash function

2023-07-06 Thread Stephen Hemminger
On Thu, 29 Jun 2023 17:33:00 + Bili Dong wrote: > + > +/** > + * The following bytes access helper functions are expected to work > + * without any particular input buffer alignment requirements. > + */ > + Probably need to avoid users getting tempted to use these helpers ad exported API's?