Skip to content

Release v0.44

Compare
Choose a tag to compare
@tpn tpn released this 25 Mar 04:32
· 60 commits to master since this release
v0.44
  • Implement four new hash functions (MultiplyRotateRMultiply, MultiplyRotateR2, MultiplyShiftRMultiply, MultiplyShiftR2).
  • Update Python code with latest commands and analysis/dataviz code.
  • Introduce new counters to track why graph solving failed: pre-masking vertex collision, post-masking vertex collision, cyclic graph generation.
  • Add support for simulating a number of initial table resize events before attempting graph solving.
  • Fix logic surrounding edge and vertex sizing when resizing tables.
  • Fix logic surrounding when to terminate graph solving in "find best graph" mode.
  • Alter modulus logic to use primes (still doesn't work).