xcore / sc_ethernet

10/100 MII Ethernet MAC for XMOS microcontrollers
http://xcore.github.com/sc_ethernet/index.html
Other
37 stars 29 forks source link

Simplify start of CRC computation. #57

Open rlsosborne opened 10 years ago

rlsosborne commented 10 years ago

crc32(0, data, poly) = crc32(0, 0, poly) ^ data = 0 ^ data = data

Untested on hardware.

rlsosborne commented 10 years ago

Ping?

ghost commented 10 years ago

https://www.youtube.com/watch?v=8U_R6tJfr-M