Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoo committed May 26, 2023
1 parent 3ebe9f9 commit a617809
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

- allow users to set double generic gate optimization
- fix build error

## [0.7.0] - 2022-11-11

- implemented name resolution to support third-party libraries
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This is **work-in-progress** to implement a high-level (Rust and Golang-inspired

If you don't know what zero-knowledge proofs, zkapps, or kimchi are, check out [that blogpost](https://minaprotocol.com/blog/kimchi-the-latest-update-to-minas-proof-system).

You can read more about the project on the noname book: https://mimoo.github.io/noname or my [series of blogposts](https://cryptologie.net/#article_573).
You can read more about the project on the noname book: https://zksecurity.github.io/noname or my [series of blogposts](https://cryptologie.net/#article_573).

I invite you to try to [install](#installation) and [play](#usage) with noname. Please provide feedback and suggestions via the [issues](https://github.com/mimoo/noname/issues).
I invite you to try to [install](#installation) and [play](#usage) with noname. Please provide feedback and suggestions via the [issues](https://github.com/zksecurity/noname/issues).

## Examples

Expand Down Expand Up @@ -82,7 +82,7 @@ As this is work in progress, you need to install the compiler from source using
You can do this by running the following command:

```console
$ cargo install --git https://www.github.com/mimoo/noname
$ cargo install --git https://www.github.com/zksecurity/noname
```

## Usage
Expand Down Expand Up @@ -133,4 +133,4 @@ It's not hard, it's just hasn't been prioritized.

You can also not use third-party libraries (eventhough the CLI might suggest that it works). I think it's close to be working though.

In general, there's a large number of missing features. I will prioritize what I think needs to be done, but if you have a feature request, please open an [issue](https://github.com/mimoo/noname/issues).
In general, there's a large number of missing features. I will prioritize what I think needs to be done, but if you have a feature request, please open an [issue](https://github.com/zksecurity/noname/issues).

0 comments on commit a617809

Please sign in to comment.