// Use samples from the NtruEncrypt test vector paper:
// m' - mask = M (mod p) centered on 0.
@Test public void test_subtractAndRecenter()
throws ParamSetNotSupportedException
{
NtruEncryptTestVector tests[] = NtruEncryptTestVector.getTestVectors();
for (int t=0; t<tests.length; t++)
{
KeyParams keyParams = KeyParams.getKeyParams(tests[t].oid);
// m' = mask + Mtrin (mod p)