Class Block


  • public class Block
    extends Object
    • Field Detail

      • v

        public long[] v
    • Constructor Detail

      • Block

        public Block()
    • Method Detail

      • fromBytes

        public void fromBytes​(byte[] input)
      • toBytes

        public byte[] toBytes()
      • copyBlock

        public void copyBlock​(Block other)
      • xorWith

        public void xorWith​(Block other)