Re: [PATCH] LZ4: compression/decompression signedness mismatch

2013-07-19 Thread Sergey Senozhatsky
On (07/19/13 17:27), Kyungsik Lee wrote: > > >> On (07/12/13 11:28), Yann Collet wrote: > > >> >The reference implementation, hosted at :� > > >> >[1]https://code.google.com/p/lz4/ > > >> >only proposes char* (signed) types as part of the interface > > >> > contract. > > >> >I woul

Re: [PATCH] LZ4: compression/decompression signedness mismatch

2013-07-19 Thread Kyungsik Lee
On Thu, Jul 18, 2013 at 11:29:57PM +0200, Geert Uytterhoeven wrote: > On Thu, Jul 18, 2013 at 11:18 PM, Sergey Senozhatsky > wrote: > > On (07/12/13 12:48), Sergey Senozhatsky wrote: > >> On (07/12/13 11:28), Yann Collet wrote: > >> >The reference implementation, hosted at :� > >> >[1]http

Re: [PATCH] LZ4: compression/decompression signedness mismatch

2013-07-18 Thread Geert Uytterhoeven
On Thu, Jul 18, 2013 at 11:18 PM, Sergey Senozhatsky wrote: > On (07/12/13 12:48), Sergey Senozhatsky wrote: >> On (07/12/13 11:28), Yann Collet wrote: >> >The reference implementation, hosted at :� >> >[1]https://code.google.com/p/lz4/ >> >only proposes char* (signed) types as part of

Re: [PATCH] LZ4: compression/decompression signedness mismatch

2013-07-18 Thread Sergey Senozhatsky
Hello, On (07/12/13 12:48), Sergey Senozhatsky wrote: > On (07/12/13 11:28), Yann Collet wrote: > >The reference implementation, hosted at :� > >[1]https://code.google.com/p/lz4/ > >only proposes char* (signed) types as part of the interface contract. > >I would recommend to keep i

Re: [PATCH] LZ4: compression/decompression signedness mismatch

2013-07-12 Thread Sergey Senozhatsky
On (07/12/13 11:28), Yann Collet wrote: >The reference implementation, hosted at :� >[1]https://code.google.com/p/lz4/ >only proposes char* (signed) types as part of the interface contract. >I would recommend to keep it that way, to remain consistent. >Regards Crypto lz4 accept