https://github.com/matthiasgeihs/crypto-graph
Visualizing relationships between cryptographic primitives and number theoretic problems.
https://github.com/matthiasgeihs/crypto-graph
cryptography
Last synced: 10 months ago
JSON representation
Visualizing relationships between cryptographic primitives and number theoretic problems.
- Host: GitHub
- URL: https://github.com/matthiasgeihs/crypto-graph
- Owner: matthiasgeihs
- License: apache-2.0
- Created: 2023-01-24T09:47:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T02:21:23.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T16:52:23.311Z (about 1 year ago)
- Topics: cryptography
- Language: JavaScript
- Homepage: https://matthiasgeihs.github.io/crypto-graph/
- Size: 1.34 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crypto-graph
An interactive visualization of known implications and separations between cryptographic primitives and number theoretic problems.
**Contributions are welcome!**
View at [matthiasgeihs.github.io/crypto-graph](https://matthiasgeihs.github.io/crypto-graph/).
## Development
You can serve the page locally, for example, using `npm`.
```
npx serve static
```
## QCryptoGraph
A quantum-version of the CryptoGraph is available at https://github.com/sattath/qcrypto-graph/.
