Re: [go-nuts] help with using crc32.Update for BE data.

2018-08-22 Thread Dan Kortschak
No, I don't think that works. Dan On Wed, 2018-08-22 at 12:04 +0200, Jan Mercl wrote: > On Wed, Aug 22, 2018 at 7:23 AM Dan Kortschak .edu.au> > wrote: > > > > > https://stackoverflow.com/questions/51960305/convert-crc32-sum-from > > - > lsb-first-algorithm-to-sum-for-msb-first-algorithm >

Re: [go-nuts] help with using crc32.Update for BE data.

2018-08-22 Thread Jan Mercl
On Wed, Aug 22, 2018 at 7:23 AM Dan Kortschak wrote: > https://stackoverflow.com/questions/51960305/convert-crc32-sum-from- lsb-first-algorithm-to-sum-for-msb-first-algorithm

Re: [go-nuts] help with using crc32.Update for BE data.

2018-08-21 Thread Dan Kortschak
Question cross-posted to SO because crickets scare me. https://stackoverflow.com/questions/51960305/convert-crc32-sum-from- lsb-first-algorithm-to-sum-for-msb-first-algorithm On Sun, 2018-08-19 at 09:27 +0930, Dan Kortschak wrote: > I am working on an MPEG-TS-using package at the moment and need

[go-nuts] help with using crc32.Update for BE data.

2018-08-18 Thread Dan Kortschak
I am working on an MPEG-TS-using package at the moment and need to calculate CRC32 remainders for the packets I'm constructing. I can do this with a big-endian CRC32 update function (here https://play.golang. org/p/nKnRHlhTkNT), but am struggling to figure out how to transform the inputs to use the