Ian Jackson <ijack...@chiark.greenend.org.uk> wrote: > psusan(1) suggests this: [...] > I think it would be best to change the example to explicitly set PATH > to avoid this bug.
Upstream commit 9983ff53d5a3d59d58030be0cd46a30eb5da5abc makes this change. Cheers, Simon -- import hashlib; print((lambda p,q,g,y,r,s,m: (lambda w:(pow(g,int(hashlib.sha1( m.encode('ascii')).hexdigest(),16)*w%q,p)*pow(y,r*w%q,p)%p)%q)(pow(s,q-2,q))==r and m)(0xb80b5dacabab6145,0xf70027d345023,0x7643bc4018957897,0x11c2e5d9951130c9 ,0xa54d9cbe4e8ab,0x746c50eaa1910, "Simon Tatham <ana...@pobox.com>" ))