-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Following the discussion here, it has become clear that we need to do something about hash security.
Some options for future reference:
- use the
SHA
stdlib. This is fine for large arrays/graphs (for which we already use it), but probably too slow for small graphs. - use the new Base Julia hash to be introduced in 1.13.
- use other libraries, such as
XXHash.jl
, orKangorooTwelve.jl
. These seem promising. - the newly released version of nauty ships with a sha implementation, as far as I understand.
Metadata
Metadata
Assignees
Labels
No labels