J08nY / pyecsca

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

Implement all of the functions on StackedTraces using the CPU via numpy #22

Closed J08nY closed 1 year ago

J08nY commented 2 years ago

All of the functions on StackedTraces should be implemented using numpy on the CPU to see how the performance is if the traces are stacked before.