Interface Hash<H extends Hash<H>>

All Superinterfaces:
Comparable<H>
All Known Implementing Classes:
Hash.Hash256, Hash.Hash512, Sha256, Sha512

public interface Hash<H extends Hash<H>>
extends Comparable<H>
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  Hash.Hash256<H extends Hash<H>>  
    static class  Hash.Hash512<H extends Hash<H>>  
  • Method Summary

    Modifier and Type Method Description
    default int compareTo​(H hash)  
    byte[] getBytes()