Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. U_1 = PRF (P, S || INT (i))
  2. U_2 = PRF (P, U_1)
  3. ...
  4. U_{c - 1} = PRF(P, U_{c - 2})
  5. U_c = PRF (P, U_{c-1})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement