<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.0-preview2.19523.17" />

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); } }