Skip to content

zk-kit/zk-kit.rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

53 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

ZK-Kit logo Rust

Github license GitHub Main Workflow Coverage Status

ZK-Kit is a set of libraries (algorithms or utility functions) that can be reused in different projects and zero-knowledge protocols, making it easier for developers to access user-friendly, tested, and documented code for common tasks. ZK-Kit provides different repositories for each language - this one contains Rust code only.

๐Ÿ—‚๏ธ Repositories

๐Ÿ“ฆ Crates

Package Version Downloads Audited
imt Crate version Crate downloads โŒ
smt Crate version Crate downloads โŒ
pmt Crate version Crate downloads โŒ

๐Ÿ‘ฅ Ways to Contribute

  • ๐Ÿ”ง Work on open issues
  • ๐Ÿ“ฆ Suggest new crates
  • ๐Ÿš€ Share ideas for new features
  • ๐Ÿ› Create a report if you find any bugs in the code

๐Ÿ›  Setup

git clone https://github.com/privacy-scaling-explorations/zk-kit.rust.git && make setup

This will clone this repository and install the required development dependencies locally.

๐Ÿ“œ Usage

You can view the available tasks with:

make

Code Quality and Formatting

You can proof your code for consistency with our formatting rules:

make check

or automatically format the code (performed automatically in a pre-commit hook):

make fmt

To lint and analyze the code for potential bugs:

make lint

or automatically apply lint fix suggestions:

make fix

Conventional commits

ZK-Kit uses conventional commits.
Compliance with these rules is enforced with a commit-msg git hook, which was set up when you ran make setup.

Testing

To test the code:

make test

Build

To build crates:

make build

About

A monorepo of reusable crates for zero-knowledge technologies.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 11