Class Blake2bUtil


  • public class Blake2bUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Blake2bUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] blake2bHash160​(byte[] in)  
      static byte[] blake2bHash224​(byte[] in)  
      static byte[] blake2bHash256​(byte[] in)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Blake2bUtil

        public Blake2bUtil()
    • Method Detail

      • blake2bHash160

        public static byte[] blake2bHash160​(byte[] in)
      • blake2bHash224

        public static byte[] blake2bHash224​(byte[] in)
      • blake2bHash256

        public static byte[] blake2bHash256​(byte[] in)