PoC-Consortium / engraver

PoCC Burstcoin Reference Plotter
MIT License
63 stars 39 forks source link

Reuse initialized structure in mshabal256_init and sse4_mshabal_init #4

Closed brmmm3 closed 6 years ago

brmmm3 commented 6 years ago

Before each call of the compress function the structure is initialized with the same values. It would be more efficient to create the initialized buffers once and reuse them through a signel memcpy call.

rico666 commented 6 years ago

PR please - if still applies.