An open API service indexing awesome lists of open source software.

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.

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/).

Image of 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/.