datrs / hypercore

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

cleanup: use PublicKey, SecretKey, Signature from wrapped crypto module #93

Closed okdistribute closed 4 years ago

okdistribute commented 4 years ago

Checklist

Context

Instead of using the ed25519_dalek directly in feed.rs, import it from the crypto wrapper. See https://github.com/datrs/hypercore/issues/6

This is still forwarding the type though; to fully complete the task this issue calls for wrapping the type as well.

Semver Changes

Patch

bltavares commented 4 years ago

Thank you! Merged and released on the beta versions