Skip to content

Hash collisions #27

@mxhbl

Description

@mxhbl

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, or KangorooTwelve.jl. These seem promising.
  • the newly released version of nauty ships with a sha implementation, as far as I understand.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions