Files
SabreTools.Hashing/SabreTools.Hashing.Test
Matt Nadareski 00a5c6c2c5 Convert HashType from enum to static class with constants
Because the ordering of the enum was not guaranteed, both because of variances in .NET version and even library version, any change could mean that invisible version bumps would misalign. This attempts to fix that by converting HashType from an enum to a static class with a set of constants instead. This allows logical groupings and orderings without it affecting the values of each item.
2026-03-20 00:18:40 -04:00
..
2024-07-19 11:03:27 -04:00
2026-02-26 20:39:14 -05:00