datrs / hypercore

Secure, distributed, append-only log
https://docs.rs/hypercore
Apache License 2.0
327 stars 37 forks source link

use spec compatible constants #44

Closed yoshuawuyts closed 5 years ago

yoshuawuyts commented 5 years ago

In the Hypercore DEP the pre-image constants are defined as 0x00, 0x01, etc. This changes our code to closer reflect the way it's defined in the spec, making it slightly more discoverable. Thanks!