Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scrypt-inc/scrypt-rsa-bounty

Securely and privately trade the prime factorization (p, q) of an RSA modulus n = p*q.
https://github.com/scrypt-inc/scrypt-rsa-bounty

Last synced: 19 days ago
JSON representation

Securely and privately trade the prime factorization (p, q) of an RSA modulus n = p*q.

Awesome Lists containing this project

README

        

# sCrypt RSA bounty

A solution that enables two parties to trade the prime factorization (p, q) of an RSA modulus n = p*q.

## Testing

Make sure you got Go, Circom and SnarkJS installed and properly configured. Use Circom version 2.0.2.

Download the sCrypt compiler binary:
```sh
npx scryptlib download
```

Get an already prepared power of tau file by running:
```sh
wget https://hermez.s3-eu-west-1.amazonaws.com/powersOfTau28_hez_final_22.ptau -O pot22_final.ptau
```

Run tests:
```sh
npm run test
```