Package com.coderslagoon.crypto.estreamj.framework


package com.coderslagoon.crypto.estreamj.framework
  • Class
    Description
    The engine accumulates all the stream ciphers available.
     
    Generic interface every cipher needs to implement, so it can participate in the test framework.
    Stream ciphers which also do MAC computation implement this interface.
    Simple cipher factory.