[[bin]]
name = "Pedersen_hash_function"
path = "src/main.rs"
[dependencies.extended-euclidean-algorithm]
version = "0.1.1"
[lib]
name = "pedersen_hash_function"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "This library computes the pedersen hash of given inputs and modular arithmetic."
edition = "2021"
keywords = ["rust", "pedersen-hash", "zero-knowledge", "zkp", "moon-mathematics"]
license = "MIT"
name = "Pedersen_hash_function"
readme = "README.md"
repository = "https://github.com/BiliqisO/moon-math/tree/pedersens-hash-function"
version = "0.1.0"