chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
pubkey.c, catacomb/__init__.py: Add bindings for Hamburg's X448.
[catacomb-python]
/
algorithms.py
diff --git
a/algorithms.py
b/algorithms.py
index 3ceb207b175fd4de8d7ab3c5c1401b5c790101a1..c2ab4ee06f707b74fbb0c07fb3401eb6b623d58b 100644
(file)
--- 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, ' +
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 */'
{'name': i, 'id': i.translate(None, '/'),
'root': root, 'ROOT': root.upper()}
print '\t/* end */'