X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/fe6657c961b01ec72e9f35f4c3d96b11b31cf09c..45c0fd363937c6e9b05da04a9167e9912c05ca0c:/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')