mirror of
https://github.com/SabreTools/SabreTools.Hashing.git
synced 2026-02-04 05:36:04 +00:00
Fix modern .NET builds
This commit is contained in:
@@ -37,7 +37,7 @@ namespace SabreTools.Hashing
|
||||
#endif
|
||||
#if NET8_0_OR_GREATER
|
||||
Shake128 s128 => s128.GetCurrentHash(32),
|
||||
Shake256 s256 => s128.GetCurrentHash(64),
|
||||
Shake256 s256 => s256.GetCurrentHash(64),
|
||||
#endif
|
||||
_ => null,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user