SpinalCrypto
SpinalCrypto copied to clipboard
Keep HashCoreIO.rsp.digest valid until next init
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? This could save us from having to create a register to store the digest if it's needed for more than one cycle.