Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chihchengliang/misc_crypto
https://github.com/chihchengliang/misc_crypto
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chihchengliang/misc_crypto
- Owner: ChihChengLiang
- Created: 2020-04-18T17:54:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T16:28:09.000Z (over 3 years ago)
- Last Synced: 2024-10-28T23:23:13.638Z (2 months ago)
- Language: Python
- Size: 232 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Misc Crypto
![Python package](https://github.com/ChihChengLiang/misc_crypto/workflows/Python%20package/badge.svg)
Mischievous cryptography implementations for personal use. Do not use in production.
## Development
```bash
poetry install
``````bash
nox
```## Poseidon Hash
See https://eprint.iacr.org/2019/458.pdf or https://www.poseidon-hash.info/
Competible with the implementation of [iden3/circomlib](https://github.com/iden3/circomlib/blob/master/src/poseidon.js)