Congruence of a vector
Y = vecmodulo(X,N)
vecmodulo gives the congruence of each element of the vector X modulo N. These values are strictly positive and lower equal than N.
vecmodulo can be replaced by modulo.