https://github.com/c0np4nn4/arkworks_zkregex_generator

https://github.com/c0np4nn4/arkworks_zkregex_generator

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: c0np4nn4
  • Language: Rust
  • Default Branch: main
  • Size: 73.2 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

README.md for Arkworks Code Generator for zk-Regex

Table of Contents:

  1. Introduction
  2. Features
  3. Prerequisites
  4. Installation
  5. Usage
  6. Files Overview
  7. Example Regex and DFA Generation
  8. Modifying the Code
  9. Contributing
  10. License

This structure provides an overview of the project, its purpose, and how to use it. Let me know if you'd like me to expand on any particular sections or include specific details.

Owner

  • Name: c0np4nn4
  • Login: c0np4nn4
  • Kind: user

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Cargo.lock cargo
  • ahash 0.8.11
  • aho-corasick 1.1.3
  • ark-bn254 0.4.0
  • ark-crypto-primitives 0.4.0
  • ark-ec 0.4.2
  • ark-ff 0.4.2
  • ark-ff-asm 0.4.2
  • ark-ff-macros 0.4.2
  • ark-groth16 0.4.0
  • ark-poly 0.4.2
  • ark-r1cs-std 0.4.0
  • ark-relations 0.4.0
  • ark-serialize 0.4.2
  • ark-serialize-derive 0.4.2
  • ark-snark 0.4.0
  • ark-std 0.4.0
  • autocfg 1.3.0
  • blake2 0.10.6
  • block-buffer 0.10.4
  • byteorder 1.5.0
  • cfg-if 1.0.0
  • cpufeatures 0.2.14
  • crossbeam-deque 0.8.5
  • crossbeam-epoch 0.9.18
  • crossbeam-utils 0.8.20
  • crypto-common 0.1.6
  • derivative 2.2.0
  • digest 0.10.7
  • either 1.13.0
  • generic-array 0.14.7
  • getrandom 0.2.15
  • hashbrown 0.13.2
  • itertools 0.10.5
  • itoa 1.0.11
  • libc 0.2.158
  • memchr 2.7.4
  • num-bigint 0.4.6
  • num-integer 0.1.46
  • num-traits 0.2.19
  • once_cell 1.20.0
  • paste 1.0.15
  • pin-project-lite 0.2.14
  • ppv-lite86 0.2.20
  • proc-macro2 1.0.86
  • quote 1.0.37
  • rand 0.8.5
  • rand_chacha 0.3.1
  • rand_core 0.6.4
  • rayon 1.10.0
  • rayon-core 1.12.1
  • regex 1.10.6
  • regex-automata 0.4.7
  • regex-syntax 0.8.4
  • rustc_version 0.4.1
  • ryu 1.0.18
  • semver 1.0.23
  • serde 1.0.210
  • serde_derive 1.0.210
  • serde_json 1.0.128
  • sha2 0.10.8
  • subtle 2.6.1
  • syn 1.0.109
  • syn 2.0.77
  • thiserror 1.0.63
  • thiserror-impl 1.0.63
  • tracing 0.1.40
  • tracing-attributes 0.1.27
  • tracing-core 0.1.32
  • tracing-subscriber 0.2.25
  • typenum 1.17.0
  • unicode-ident 1.0.13
  • valuable 0.1.0
  • version_check 0.9.5
  • wasi 0.11.0+wasi-snapshot-preview1
  • zerocopy 0.7.35
  • zerocopy-derive 0.7.35
  • zeroize 1.8.1
  • zeroize_derive 1.4.2
Cargo.toml cargo
example/Cargo.toml cargo