naruto 0.1.0

An implementation of RAMenPaSTA
Documentation
[package]
name = "naruto"
description = "An implementation of RAMenPaSTA"
authors = ["Chiro <chiro@orochi.network>"]
repository = "https://github.com/orochi-network/naruto/"
license = "Apache-2.0"
version = "0.1.0"
edition = "2021"
keywords = ["cryptography", "zkp", "ramenpasta", "naruto"]
categories = ["no-std", "cryptography", "algorithms"]

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ark-ec = "0.4.2"
ark-ff = "0.4.2"
ark-serialize = "0.4.2"