Guest User

Mathematica hash passphrase

a guest
May 7th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. c[n_, i_, b_] := Mod[Nest[Quotient[#, b] &, n, i], b];
  2. data = Table[c[x, i, 5], {x, 0, 2^8 - 1}, {i, 0, 2}];
  3. ArrayPlot[data, ColorFunction -> ColorData["DarkRainbow"], FrameTicks -> All, AspectRatio -> 1]
Add Comment
Please, Sign In to add comment