-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: make LeafWithHash type safe * Add more docs. Be consistent with stateful hashers * Move "EMPTY_ROOT" to hasher instead of namespaced hash * Finish missing docs * Remove commented code * Fix doc comment * Add missing manifest keys
- Loading branch information
1 parent
d886fe5
commit 89f8cef
Showing
9 changed files
with
346 additions
and
97 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 |
---|---|---|
|
@@ -2,6 +2,11 @@ | |
name = "nmt-rs" | ||
version = "0.1.0" | ||
edition = "2021" | ||
description = "A namespaced merkle tree compatible with Celestia" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Sovereign Labs <[email protected]>"] | ||
homepage = "https://www.sovereign.xyz" | ||
|
||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
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
Oops, something went wrong.