StableHashes.jl

This preserves hashing of various julia types as they were in v1.4.2 of the language, mainly to preserve those codes for posterity.
Author grero
Popularity
0 Stars
Updated Last
3 Years Ago
Started In
September 2020

StableHashes

Build Status Coverage Status

An effort to preserve the julia hashing functionailty as it was under v.1.4.2.

To avoid conflict with the standard julia hashing machinery, StableHashes exports the function shash, which can be used as a drop-in replacement for the standard hash function, and will return hashes as though they were computed under julia v.1.4.2