<PackageReference Include="System.IO.Hashing" Version="10.0.2" />

System.Numerics.BitOperations

static class BitOperations
namespace System.Numerics { internal static class BitOperations { public static uint RotateLeft(uint value, int offset); public static ulong RotateLeft(ulong value, int offset); } }