ethereum-analyzer-deps-3.3.4: Stripped dependencies of ethereum-analyzer.

Safe HaskellNone
LanguageHaskell98

Blockchain.ExtWord

Contents

Synopsis

Documentation

type Word128 = BigWord Mod128 Source #

Data type representing a 128 bit unsigned integer. It is implemented as an Integer modulo 2^128.

type Word160 = BigWord Mod160 Source #

Data type representing a 160 bit unsigned integer. It is implemented as an Integer modulo 2^160.

type Word256 = BigWord Mod256 Source #

Data type representing a 256 bit unsigned integer. It is implemented as an Integer modulo 2^256.

type Word512 = BigWord Mod512 Source #

Data type representing a 512 bit unsigned integer. It is implemented as an Integer modulo 2^512.

Orphan instances