Changes between Initial Version and Version 1 of Ticket #46, comment 11
- Timestamp:
- 2012-05-23T16:45:18Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46, comment 11
initial v1 1 1 from_pycon: sorry for the delay in responding to this. 2 2 3 I think it would be good to maintain both C and Python versions. In the long run we might find a Python implementation that is so efficient that we don't need the C version there (possibly a future version of PyPy), and in the short run we can use them for comparing results and "executable documentation". Does that sound okay to you?3 I think it would be good to maintain both C and Python versions. In the long run we might find a Python implementation that is so efficient that we don't need the C version there (possibly a future version of !PyPy), and in the short run we can use them for comparing results and "executable documentation". Does that sound okay to you? 4 4 5 5 I agree that the API of #18 for the Python version and Crypto++'s {{{Seek()}}} method for the C++ version sound good.