Module utils::md5

source ·
Expand description

Implementation of the MD5 hash function.

WARNING: Don’t use MD5 for anything remotely security-sensitive! This implementation is meant to be used for Advent of Code puzzles only.

The vectorized versions hash multiple inputs of the same length at once, which provides a significant performance increase for the brute force puzzle solutions.

Modules§

Statics§

  • Fastest supported implementation, for dynamic dispatch.

Functions§