<PackageReference Include="System.IO.Hashing" Version="11.0.0-preview.3.26207.106" />

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