Skip to content

Commit

Permalink
support new baid64 alphabet (v0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 26, 2024
1 parent 173bd9b commit 47012df
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 51 deletions.
101 changes: 54 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s2id"
version = "0.2.0"
version = "0.3.0"
description = "Self-sovereign identity library and command-lie"
keywords = ["did", "ssi", "identity", "pgp", "gpg"]
categories = ["encoding", "value-formatting", "command-line-utilities"]
Expand All @@ -22,9 +22,9 @@ required-features = ["cli"]

[dependencies]
amplify = "4.6.0"
strict_encoding = "2.7.0-beta.3"
ascii-armor = "0.6.0"
baid64 = "0.1.0"
strict_encoding = "2.7.0-beta.4"
ascii-armor = "0.7.0"
baid64 = "0.2.2"
secp256k1 = { version = "0.29.0", features = ["rand", "global-context", "rand-std"] }
ec25519 = "0.1.0"
rand = "0.8.5"
Expand Down

0 comments on commit 47012df

Please sign in to comment.