X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/0e29d9164d5cc4e3cafa509cda19de2e025446c1..eb8aa4ec8ea84c76dcf06d1647fce1b237cec313:/algorithms.py diff --git a/algorithms.py b/algorithms.py index 3ceb207..c2ab4ee 100644 --- a/algorithms.py +++ b/algorithms.py @@ -85,7 +85,7 @@ for i in latindances: else: raise ValueError, 'failed to find root name for %s' % i print ('\t_("%(name)s", %(root)s_keysz, %(id)s_rand, ' + - 'RNGF_NONCE, %(ROOT)s_NONCESZ) \\') % \ + 'RNGF_NONCE | RNGF_LATIN, %(ROOT)s_NONCESZ) \\') % \ {'name': i, 'id': i.translate(None, '/'), 'root': root, 'ROOT': root.upper()} print '\t/* end */'