Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch upstream & MD-5 to FNV-1a #3

Merged
merged 7 commits into from
Jun 2, 2022
Merged

Commits on Dec 2, 2020

  1. Added .Net5.0 target framework

    A3Tom authored and contre committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    bb9ccd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cfbaa2 View commit details
    Browse the repository at this point in the history
  3. Fix pointer offset and struct size.

    anhellwig authored and contre committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    0cafbb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Switch from MD-5 to FNV-1a for hashcode implementation

    There is no need for a cryptographically secure hash algorithm for a GetHashCode function, and using one just creates potential for violating security policies as time passes.
    DanFTRX authored and contre committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    c05491b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    e21f8bb View commit details
    Browse the repository at this point in the history
  2. Fixed missing using namespaces.

    dahall authored and contre committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    8f26e52 View commit details
    Browse the repository at this point in the history
  3. Changed version to 1.1.5. Added .NET 5.0 (Windows) to all projects an…

    …d removed .NET Core 3.0 (unsupported). Removed unnecessary dependency conditionals.
    dahall authored and contre committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    a8377ef View commit details
    Browse the repository at this point in the history