Skip to content

Commit 647df49

Browse files
committed
cryptonote wip
1 parent cf4eeef commit 647df49

File tree

10 files changed

+323
-489
lines changed

10 files changed

+323
-489
lines changed

rust/cryptonote/Cargo.lock

Lines changed: 34 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/cryptonote/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ edition = "2021"
1010
dioxus = { version = "0.6.0", features = ["router"] }
1111
chacha20poly1305 = "0.10"
1212
aes-gcm = "0.10"
13-
x25519-dalek = { version = "2.0", features = ["static_secrets"] }
1413
hkdf = "0.12"
1514
sha2 = "0.10"
1615
base64 = "0.22"
@@ -24,6 +23,7 @@ web-sys = { version = "0.3", features = [
2423
"Navigator",
2524
"Clipboard",
2625
] }
26+
derive_more = { version = "2.1.0", features = ["display"] }
2727

2828
[features]
2929
default = ["web"]

0 commit comments

Comments
 (0)