Class Blake2b

java.lang.Object
org.nervos.ckb.crypto.Blake2b

public class Blake2b
extends java.lang.Object
Copyright © 2018 Nervos Foundation. All rights reserved.
  • Constructor Summary

    Constructors 
    Constructor Description
    Blake2b()  
  • Method Summary

    Modifier and Type Method Description
    byte[] doFinalBytes()  
    java.lang.String doFinalString()  
    void update​(byte[] input)  

    Methods inherited from class java.lang.Object

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

  • Method Details