summary refs log tree commit diff
path: root/ripple/Cargo.lock
diff options
context:
space:
mode:
authoredef <edef@unfathomable.blue>2022-05-03 14:03:12 +0000
committeredef <edef@unfathomable.blue>2022-05-03 16:04:29 +0000
commitfdf83f8681bb3531f6441f9d0a021ca9dcd36c45 (patch)
treed8a1ec0acc662a2ab3c15568d040f9d5c5d8e6de /ripple/Cargo.lock
parent16e9d6fbbc1894b0706378a42123dc01d812e41e (diff)
ripple/fossil: add digest_from_str and digest_str
These decode digests to and from zbase32 for user-facing uses.

Change-Id: Ibd2db960044a97812d18d1a3c107521d78bd7f24
Diffstat (limited to 'ripple/Cargo.lock')
-rw-r--r--ripple/Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/ripple/Cargo.lock b/ripple/Cargo.lock
index 760317a..c5aae4b 100644
--- a/ripple/Cargo.lock
+++ b/ripple/Cargo.lock
@@ -370,6 +370,7 @@ dependencies = [
  "prost",
  "prost-build",
  "sled",
+ "zbase32",
 ]
 
 [[package]]
@@ -1254,6 +1255,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
 
 [[package]]
+name = "zbase32"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0f9079049688da5871a7558ddacb7f04958862c703e68258594cb7a862b5e33f"
+
+[[package]]
 name = "zerocopy"
 version = "0.6.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"