[dependencies.bit-vec]
default-features = false
version = "0.6"
[dependencies.blake2b_simd]
default-features = false
version = "0.5"
[features]
default = []
std = ["blake2b_simd/std", "bit-vec/std"]
[package]
authors = ["Devashish Dixit <devashishdxt@gmail.com>"]
categories = ["cryptography", "data-structures"]
description = "A dynamic hash based accumulator for UTXO set"
edition = "2018"
homepage = "https://github.com/devashishdxt/utreexo"
keywords = ["blockchain", "bitcoin", "utxo", "accumulator", "no-std"]
license = "MIT"
name = "utreexo"
repository = "https://github.com/devashishdxt/utreexo"
version = "0.0.0"