https://github.com/zksecurity/rfcs
Cryptography RFCs related to Zero-Knowledge Proofs
https://github.com/zksecurity/rfcs
rfcs zero-knowledge
Last synced: 4 months ago
JSON representation
Cryptography RFCs related to Zero-Knowledge Proofs
- Host: GitHub
- URL: https://github.com/zksecurity/rfcs
- Owner: zksecurity
- Created: 2024-10-11T20:21:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T05:03:26.000Z (11 months ago)
- Last Synced: 2025-03-06T06:19:46.979Z (11 months ago)
- Topics: rfcs, zero-knowledge
- Language: Python
- Homepage: https://zksecurity.github.io/RFCs/
- Size: 524 KB
- Stars: 8
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zkSecurity | RFCs
A repository for RFCs related to advanced cryptography.
You can browse the RFCs in the [RFCs](rfcs) directory.
## Setup & Build
setup and build with [just](https://github.com/casey/just):
```shell
just setup
just build
just serve # this will serve on localhost:8000/rfcs/starknet/fri.html
```
watch for any changes with [watchexec](https://github.com/watchexec/watchexec):
```shell
just watch # this will also serve on localhost:8000/rfcs/starknet/fri.html
```