spacemeshos / post

Spacemesh POST protocol implementation
MIT License
20 stars 21 forks source link

Integrate RandomX pow #154

Closed poszu closed 1 year ago

poszu commented 1 year ago

Integration of RandomX-based proof of work in place of the scrypt-based one.

Changes

:bulb: configuration of RandomX flags affect speed and memory requirements only - misconfiguring it won't affect the generated pow nonce correctness.

:bulb: postrs.Verifier can be used from many threads safely.