Y
Hacker News
new
|
ask
|
show
|
jobs
by
viraptor
270 days ago
It's also good as picking up patterns which are common enough, but may not be known to everyone. For example I couldn't tell that some function was doing CRC via a lookup table - but Claude knew.
1 comments
BobbyTables2
270 days ago
Often googling the first few entries of such tables will show CRC implementations. Same for SHA hash constants…
link
viraptor
270 days ago
The tables depend on the CRC parameters and in my case there would be no Google hits - a unique setup was used.
link