7f168f0f6512895e3b44f9d562ac15fed688b972ad4a9ed312936b0df489a636

Download raw

Created: 2023-12-19 03:40:10.302489 UTC

Size: 4954

Preview (limited to 512 bytes)

"{-# LANGUAGE BangPatterns, CPP, GeneralizedNewtypeDeriving, RecordWildCards #-}\n{-# OPTIONS_GHC -fno-warn-name-shadowing #-}\n\nmodule Data.Hashable.SipHash\n (\n LE64\n , Sip\n , fromWord64\n , fullBlock\n , lastBlock\n , finalize\n , hashByteString\n ) where\n\n#include \"MachDeps.h\"\n\nimport Data.Bits ((.|.), (.&.), rotateL, shiftL, xor)\n#if MIN_VERSION_base(4,5,0)\nimport Data.Bits (unsafeShiftL)\n#endif\nimport Data.Word (Word8, Word64)\nimport Foreign.ForeignPtr (withForeignPtr)\nimport Forei"


Casa is a service provided by the Haskell Foundation │ Originally developed by FP Complete