Content deleted Content added
m unnecessary <code> tag |
Corrected VMPC formula. g = VMPC(f), hence g(x) = VMPC(f)(x) not VMPC(f(x)). |
||
Line 10:
The VMPC function is a transformation of n-element [[permutation]]s defined as:
for x from 0 do n-1: g(x) = VMPC(f)(x
Inverting the function, i.e. obtaining f from g appears to be a complex problem. According to computer simulations the average number of operations required to recover f from g for a 16-element permutation is about 2<sup>11</sup>, for 64-element permutation - about 2<sup>53</sup> and for a 256-element permutation - about 2<sup>260</sup>.
|