q1ss.ap

Implementation of Affine Partition functions, ased on eprint.iacr.org/2020/107 and work by the authors of the q1ss library.

Classes in this module:

  • AP is the abstract base class for all affine partition functions.

  • ExplicitAP is a concrete implementation based on an explicit

    specification of the affine partition, as a complete collection of disjoint AffineSubspace instances.

  • GenAP is a concrete implementation based on pluggable logic

    which generates invertible matrices based on partial label vectors.

  • SeqAP is a concrete implementation based on fixed sequences

    of invertible matrices.

q1ss.ap.__all__

The following members were explicitly reexported using __all__: