X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/d2d54c98e2d65c46c5fe6519812aa4c6ea55ea02..351bdbb15a6542300462a9c4676d08642dac054d:/mkpgroups diff --git a/mkpgroups b/mkpgroups index 3b3874f..b40c23b 100755 --- a/mkpgroups +++ b/mkpgroups @@ -26,7 +26,7 @@ for line in stdin: while True: F = stdin.next().split() if not F or F[0] != '#:factor': - break + break ff.append(C.MP(F[1])) seed = C.rmd160().hash(name).done() k = kf.newkey(C.ReadBuffer(seed).getu32(), 'dh-param')