salsa20-0.1.0.0
Copyright(c) Alfredo Garcia 2023
LicenseMIT
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Operators

Description

Custom operators.

Synopsis

Documentation

(>>>) :: Word32 -> Int -> Word32 #

The shiftR operator.

(&) :: Word32 -> Word32 -> Word32 #

The bitwise and operator.

(⊕) :: Word32 -> Word32 -> Word32 #

The xor operator.

(<<<) :: Word32 -> Int -> Word32 #

The shift operator.