SpinalCrypto
SpinalCrypto copied to clipboard
SpinalHDL - Cryptography libraries
I want a document on how to use it,thank you!
I've noticed while using the SHA2 core that the output digest stays valid until the core is initialized again. Would it be possible to guarantee this in the [`HashCoreIO` spec](https://github.com/SpinalHDL/SpinalCrypto/wiki/HashCoreIO)?...
I tried combining SHA2Core_Std and HMACore_Std and created some assignments to test it, here is my code ``` class HMAC_SHA256() extends Component { val io = new Bundle { val...