Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chihchengliang/misc_crypto


https://github.com/chihchengliang/misc_crypto

Last synced: 25 days ago
JSON representation

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)