public static class GoppaCode.MaMaPe
extends java.lang.Object
GF2Matrix
and one
instance of Permutation
. It is used to hold the systematic form
S*H*P = (Id|M) of the check matrix H as returned by
GoppaCode.computeSystematicForm(GF2Matrix, SecureRandom)
.GF2Matrix
,
Permutation
Constructor and Description |
---|
GoppaCode.MaMaPe(GF2Matrix s,
GF2Matrix h,
Permutation p)
Construct a new
GoppaCode.MaMaPe container with the given parameters. |
Modifier and Type | Method and Description |
---|---|
GF2Matrix |
getFirstMatrix() |
Permutation |
getPermutation() |
GF2Matrix |
getSecondMatrix() |
public GoppaCode.MaMaPe(GF2Matrix s, GF2Matrix h, Permutation p)
GoppaCode.MaMaPe
container with the given parameters.s
- the first matrixh
- the second matrixp
- the permutationpublic GF2Matrix getFirstMatrix()
public GF2Matrix getSecondMatrix()
public Permutation getPermutation()