You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.
Currently, we have serialize and deserialize functions written in C.
I'm of the mind that, in order to minimize the risk of heartbleed-esque side-channel attacks, it makes sense to write as much of the interfaces for our PRE as possible in Python instead of C.
However unlikely, isn't it possible that serialize can be attacked by a buffer-overflow that we haven't considered?
It is possible to write this in pure python?
The text was updated successfully, but these errors were encountered:
Currently, we have
serialize
anddeserialize
functions written in C.I'm of the mind that, in order to minimize the risk of heartbleed-esque side-channel attacks, it makes sense to write as much of the interfaces for our PRE as possible in Python instead of C.
However unlikely, isn't it possible that
serialize
can be attacked by a buffer-overflow that we haven't considered?It is possible to write this in pure python?
The text was updated successfully, but these errors were encountered: