/*! micro-ed25519-hdkey - MIT License (c) 2022 Paul Miller (paulmillr.com) */ //! //! Checksummed hex encoding following an [EIP-55][1]-like scheme. //! Migrate from https://github.com/casper-network/casper-node/blob/9609a616439de334d89917a14240940615a49f81/types/src/checksummed_hex.rs //! [1]: https://eips.ethereum.org/EIPS/eip-55