From: Makarius <makarius@sketis.net>
* ML *
* System *
This refers to Isabelle/50d7fead3758.
After dismantling parts of the old "use_thy" loader state, the ML operation
SHA1.digest turned out to be unused (in Pure), so that was a good opportunity
to dismantle our native SHA1 C-module for Poly/ML, and thus simplify the poly
build process and make it more robust.
SHA1 remains relevant to some other Isabelle/ML tools (e.g. Sledgehammer,
caches), but it now goes through the explicit ML-Scala-function protocol.
Adding SHA256 was an easy exercise in re-use of high-quality cryptographic
algorithms on the JVM: We may use SHA256 routinely at a later stage, when SHA1
has been generally discredited. There is no immediate need for action, though.
My motivation to provide SHA256 right now was a talk at FOSDEM 2026 about the
next decade of git. The really interesting talks at that conference were
non-git / post-git ones, see also https://fosdem.org/2026/schedule/track/main
--- I did not attend this event in person, but a small open source event in
Augsburg, where one post-git guy mentioned the very talk that I had watched
myself some weeks before.
Makarius
Last updated: May 15 2026 at 10:26 UTC