bls_ringct 0.2.1

A pure-Rust implementation of Ring Confidential Transactions
Documentation
[dependencies.bls_bulletproofs]
version = "0.2.0"

[dependencies.serde]
optional = true
version = "1.0.130"

[dependencies.thiserror]
version = "1"

[dependencies.tiny-keccak]
features = ["sha3"]
version = "2.0"
[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.quickcheck_macros]
version = "1"

[package]
categories = ["cryptography"]
description = "A pure-Rust implementation of Ring Confidential Transactions"
edition = "2021"
keywords = ["cryptography", "crypto"]
license = "BSD-3-Clause"
name = "bls_ringct"
readme = "README.md"
repository = "https://github.com/maidsafe/bls_ringct"
resolver = "2"
version = "0.2.1"