CodeChain-io / CodeChain-io/foundry
Make the key crate does not use 0x prefix in serialized form
Open
- Dominant language
- Rust
- Stars
- 36
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
We decided not to use 0x in the hex representation of binary data.
The current implementation of Deserialize of ed25519 and x25519 is using 0x as a prefix.
Contributor guide
Assessment
This issue has not been assessed yet.