ergo_avltree_rust 0.1.0

Implementation of cryptographically authenticated dictionary based on AVL tree
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.base16]
version = "0.2.1"

[dependencies.blake2]
version = "0.9"

[dependencies.byteorder]
version = "1.4.3"

[dependencies.bytes]
version = "1.0.1"

[dependencies.debug-cell]
version = "0.1.1"

[dependencies.rand]
version = "0.8.3"

[dependencies.sha2]
version = "0.9.8"

[package]
authors = ["Konstantin Knizhnik <knizhnik@garret.ru>", "Ross Weir"]
description = "Implementation of cryptographically authenticated dictionary based on AVL tree"
documentation = "https://eprint.iacr.org/2016/994"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "ergo_avltree_rust"
readme = "README.md"
repository = "https://github.com/knizhnik/scorex_crypto_avltree.git"
version = "0.1.0"