J08nY / pyecsca

Python Elliptic Curve Side-Channel Analysis toolkit.
https://pyecsca.org/
MIT License
56 stars 15 forks source link

Unify TraceSet API and user experience #48

Open J08nY opened 1 year ago

J08nY commented 1 year ago

Currently the different TraceSets have quite different API, with the h5py offering the most. This API should be somehow unified, like having functions for adding traces, removing them, reordering them (so it is a TraceList actually?).