Class Hashing

java.lang.Object
com.norswap.nanoeth.utils.Hashing

public final class Hashing
extends Object
Utilities to calculate hash values.
  • Method Details

    • keccak

      public static Hash keccak​(byte[] input)
      Return the Keccak (SHA-3 draft) hash of the input, which has a size of 32 bytes.