|
|
|
|
|
by MootWoop
4161 days ago
|
|
Thanks! You might be interested by my implementation of SHA-256 in Cx available on Github: https://github.com/synflow/sha-256
It is a toy example (I haven't implemented the pre-processing step), with an architecture that offers a good trade-off in terms of performance / area, so it's probably not the ideal implementation if you want a very highly-optimized ASIC, but it's still a good starting point. |
|