Class HarakaBase

  • All Implemented Interfaces:
    Digest
    Direct Known Subclasses:
    Haraka256Digest, Haraka512Digest

    public abstract class HarakaBase
    extends java.lang.Object
    implements Digest
    Base class for Haraka v2, https://eprint.iacr.org/2016/098.pdf
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static int DIGEST_SIZE  
    • Constructor Summary

      Constructors 
      Constructor Description
      HarakaBase()  
    • Constructor Detail

      • HarakaBase

        public HarakaBase()
    • Method Detail

      • getDigestSize

        public int getDigestSize()
        Description copied from interface: Digest
        return the size, in bytes, of the digest produced by this message digest.
        Specified by:
        getDigestSize in interface Digest
        Returns:
        the size, in bytes, of the digest produced by this message digest.