Interface GCMExponentiator

All Known Implementing Classes:
Tables1kGCMExponentiator

public interface GCMExponentiator
  • Method Summary

    Modifier and Type Method Description
    void exponentiateX​(long pow, byte[] output)  
    void init​(byte[] x)  
  • Method Details

    • init

      void init​(byte[] x)
    • exponentiateX

      void exponentiateX​(long pow, byte[] output)