base58
base58 copied to clipboard
Tiny and fast base58 encoding
https://github.com/debris/base58/blob/ac627f9e93d600e9e71e0c6c91e30e076f6201cd/src/lib.rs#L61 original author is lukejr not trezos . `C` version. It has exactly this lines. And they just copypasted it haha and then you.
Decoding of long data may lead to panic, e.g. `1111...111` (133 times) which is encoding of 133 zero bytes. ```rust let data = [0; 133]; let encoded = data.to_base58(); encoded.from_base58().unwrap();...
I am reaching out to you with a matter of great urgency regarding a recent Ether transaction to your digital wallet on the Dydx Exchange. Unfortunately, the transaction was completed...
**Introduction:** Welcome to the exciting world of crypto airdrops! Here's a curated list of active airdrops that you wouldn't want to miss. Dive in and explore the opportunities: ## 📌...
Implementing `std::error::Error` (and `Display`) would make it easier to wrap the `FromBase58Error` in applications using this library.
Would you be open to moving this to rust-bitcoin org and letting us implement the rust-bitcoin API?
Really what I'm asking is - is this crate maintained, and if not, could we have the `base58` name on crates.io? Failing that, could we combine the `base58` code in...