java.lang.Object
net.sourceforge.plantuml.argon2.model.Block

public class Block extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    fromBytes(byte[] input)
     
    byte[]
     
    java.lang.String
     
    void
    xor(Block b1, Block b2)
     
    void
    xor(Block b1, Block b2, Block b3)
     
    void
    xorWith(Block other)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • v

      public long[] v
  • Constructor Details

    • Block

      public Block()
  • Method Details

    • fromBytes

      public void fromBytes(byte[] input)
    • toBytes

      public byte[] toBytes()
    • copyBlock

      public void copyBlock(Block other)
    • xor

      public void xor(Block b1, Block b2)
    • xor

      public void xor(Block b1, Block b2, Block b3)
    • xorWith

      public void xorWith(Block other)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object