Searched refs:getMidTermsOfReductionPolynomial (Results 1 – 3 of 3) sorted by relevance
494 getMidTermsOfReductionPolynomial(); in testGetMidTermsOfReductionPolynomial01()504 assertNull(new ECFieldF2m(2000).getMidTermsOfReductionPolynomial()); in testGetMidTermsOfReductionPolynomial02()514 int[] b = new ECFieldF2m(1999, a).getMidTermsOfReductionPolynomial(); in testGetMidTermsOfReductionPolynomial03()552 assertTrue(Arrays.equals(a, f.getMidTermsOfReductionPolynomial())); in testIsStatePreserved01()568 f.getMidTermsOfReductionPolynomial()[0] = 1532; in testIsStatePreserved02()570 assertTrue(Arrays.equals(a, f.getMidTermsOfReductionPolynomial())); in testIsStatePreserved02()
202 public int[] getMidTermsOfReductionPolynomial() { in getMidTermsOfReductionPolynomial() method in ECFieldF2m
9397 method public int[] getMidTermsOfReductionPolynomial();