xxd -c4 -g4 -p unixI then run scripts that results in unix.hash, and from there, I need to look for collisions.
sort unix.hash | uniq -c | grep -v '^ *1 ' | sort -nr
xxd -c4 -g4 -p unixI then run scripts that results in unix.hash, and from there, I need to look for collisions.
sort unix.hash | uniq -c | grep -v '^ *1 ' | sort -nr
Makefile:118: *** missing separator. Stop.Replaced my spaces to a tab and it suddenly all works.
var deviceRE = regexp.MustCompile(`^[a-zA-Z0-9][ _'a-zA-Z0-9+-]*$`) var badDeviceRE = regexp.MustCompile(` |[ '+_-]$|['+_-][ ]?['+_-]`)
Me | You |
Prime, P = 29,α = 2
| |
secretme = 5
αsecretme
= 25 = 32 = x (mod P) = 3 (mod 29) | secretyou = 12
αsecretyou
= 212 = 4096 = y (mod P) = 7 (mod 29) |
ysecretme = Z (mod P) 75 = Z (mod 29) | xsecretyou = Z (mod P) 312 = Z (mod 29) |
Z = 16 | |