Package 

Class Blake2bKt

  • All Implemented Interfaces:

    
    public final class Blake2bKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static ByteArray blake2b(Hashing $self, Integer outputSize) Hashing via Algorithm.Blake2b using the provided output size
      final static ByteArray blake2b_128(Hashing $self) Hashes via Algorithm.Blake2b with output size of 128
      final static ByteArray blake2b_160(Hashing $self) Hashes via Algorithm.Blake2b with output size of 160
      final static ByteArray blake2b_256(Hashing $self) Hashes via Algorithm.Blake2b with output size of 256
      final static ByteArray blake2b_384(Hashing $self) Hashes via Algorithm.Blake2b with output size of 384
      final static ByteArray blake2b_512(Hashing $self) Hashes via Algorithm.Blake2b with output size of 512
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait