<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.0.0-preview9.19421.4" />

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