One-way permutations (OWP)

A one-way permutation is a permutation which is easy to compute in one direction but. hard to invert. This is a type of One-way function with the extra condition

Definition

A one-way permutation is a family of efficiently computable permutations and a distribution over , such that there is some negligible function , where, for every and efficient algorithm :

Other results

  • A OWP is trivially a One-way function.
  • A OWP cannot be constructed from an injective one-way function in a black-box way. — MM11