Skip to content

Allow hashers other than SipHasher #88

Description

@Manishearth

With a compile-time hashmap, having a cryptographically secure hash is less important since there are no pathological cases to worry about -- everything is done at compile time.

IIRC SipHasher isn't that secure anyway, but there are options like FNV available too.

Perhaps we should allow for these to be selected instead, using defaulted generics?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions