Class Zuc256Engine

All Implemented Interfaces:
StreamCipher, Memoable

public final class Zuc256Engine extends Zuc256CoreEngine
Zuc256 implementation. Based on https://www.is.cas.cn/ztzl2016/zouchongzhi/201801/W020180126529970733243.pdf
  • Constructor Details

    • Zuc256Engine

      public Zuc256Engine()
      Constructor for streamCipher.
    • Zuc256Engine

      public Zuc256Engine(int pLength)
      Constructor for Mac.
      Parameters:
      pLength - the Mac length
  • Method Details