Class HashUtils


  • public class HashUtils
    extends Object
    • Constructor Detail

      • HashUtils

        public HashUtils()
    • Method Detail

      • hashWithStarcoinPrefix

        public static byte[] hashWithStarcoinPrefix​(String name)
      • hash

        public static byte[] hash​(byte[] prefix,
                                  byte[] bytes)
      • sha3Hash

        public static byte[] sha3Hash​(byte[] data)
      • sha3HashStr

        public static String sha3HashStr​(byte[] data)