-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
joe bebel
committed
Aug 21, 2023
1 parent
a49195f
commit c91e395
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "masp_note_encryption" | ||
description = "Note encryption for MASP transactions" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = [ | ||
"Jack Grigg <[email protected]>", | ||
"Kris Nuttycombe <[email protected]>", | ||
"[email protected]" | ||
"[email protected]", | ||
] | ||
homepage = "https://github.com/anoma/masp" | ||
repository = "https://github.com/anoma/masp" | ||
|
@@ -24,7 +24,7 @@ chacha20 = { version = "0.9", default-features = false } | |
chacha20poly1305 = { version = "0.10", default-features = false } | ||
rand_core = { version = "0.6", default-features = false } | ||
subtle = { version = "2.3", default-features = false } | ||
borsh = {version = "0.9", features = ["const-generics"]} | ||
borsh = { version = "0.9", features = ["const-generics"] } | ||
|
||
[features] | ||
default = ["alloc"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters