Interface ECField

All Known Implementing Classes:
ECFieldF2m, ECFieldFp

public interface ECField
The base interface for a Finite Field of an Elliptic Curve.
  • Method Summary

    Modifier and Type Method Description
    int getFieldSize()
    Returns the size of the field (in bits).
  • Method Details

    • getFieldSize

      int getFieldSize()
      Returns the size of the field (in bits).
      Returns:
      the size of the field (in bits).