Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scrypt-inc/scrypt-rsa-bounty
- Owner: sCrypt-Inc
- Created: 2022-11-15T15:35:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T16:29:27.000Z (about 2 years ago)
- Last Synced: 2024-11-05T09:37:35.243Z (2 months ago)
- Language: TypeScript
- Size: 1.91 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```