Pedersen_hash_function 0.1.0

This library computes the pedersen hash of given inputs and modular arithmetic.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "Pedersen_hash_function"
version = "0.1.0"
edition = "2021"
description = "This library computes the pedersen hash of given inputs and modular arithmetic."
license = "MIT"
repository = "https://github.com/BiliqisO/moon-math/tree/pedersens-hash-function"
keywords = ["rust", "pedersen-hash", "zero-knowledge", "zkp", "moon-mathematics"] 

[lib]
name = "pedersen_hash_function"
path = "src/lib.rs" 


[dependencies]
extended-euclidean-algorithm = "0.1.1"