xor is:package

Efficient XOR masking This package provides efficient implementations of routines for applying bitwise XOR masks to binary data. The currently supported operations (see Data.XOR API documentation for more details) are applying
  • 8-bit wide XOR masks or
  • 32-bit wide XOR masks
to binary data represented by
  • Strict ByteStrings,
  • Lazy ByteStrings,
  • ShortByteStrings (i.e. ByteArray#s), or
  • CStringLen (i.e. Ptrs).
The performance is comparable to portable ISO C99 implementations but this library is implemented as pure Haskell and is thereby compatible with compile targets such as GHCJS.
Not on Stackage, so not searched. Haskell implementation of the xorshift random generator.
Not on Stackage, so not searched. Simple implementation of xorshift+ PRNG
Not on Stackage, so not searched. Pure haskell implementation of xorshift128plus random number generator.
Not on Stackage, so not searched. XOR transport for metro
Not on Stackage, so not searched. Generated code for a gRPC interface for UTxO Blockchains
Not on Stackage, so not searched. OpenGL Logic Game
Not on Stackage, so not searched. An SDK for clients of the UTxO RPC specification.
Not on Stackage, so not searched. An SDK for UTxO RPC services.