Package com.norswap.nanoeth.utils

  • Interface Summary
    Interface Description
    Utils.ThrowingFunction<T,​R>
    Similar to Function, but allowed to throw exceptions.
  • Class Summary
    Class Description
    Assert
    Utilities for performing runtime checks.
    ByteUtils
    Utilities dealing with byte values, the byte-array encoding of larger numbers, as well as byte arrays in general.
    Crypto
    Cryptography-related utilities and constants.
    Hashing
    Utilities to calculate hash values.
    Pair<A,​B>
    Simple object pair.
    Randomness
    Utilities related to random number generation.
    Utils
    Misc general-purpose utilities that do not have a place in other utility classes.