Package net.i2p.data

Class Hash

  • All Implemented Interfaces:
    DataStructure
    Direct Known Subclasses:
    LocalHash, Peer

    public class Hash
    extends SimpleDataStructure
    Defines the hash as defined by the I2P data structure spec. A hash is the SHA-256 of some data, taking up 32 bytes.
    Author:
    jrandom