ralexstokes / ssz-rs

Implementation of ethereum's `ssz`
Apache License 2.0
102 stars 40 forks source link

moves computation of merkle "zero hashes" to build time #42

Closed ralexstokes closed 1 year ago

ralexstokes commented 1 year ago
ralexstokes commented 1 year ago

see here for some more context around using lazy_static in no-std contexts and how it is tricky...

https://github.com/entropyxyz/crypto-primes/issues/7#issue-1515227220