Skip to content

Commit

Permalink
feat: initial impl of paillier cryptosystem in solidity
Browse files Browse the repository at this point in the history
  • Loading branch information
10d9e committed May 3, 2024
1 parent dd2e009 commit 3cb3fc1
Show file tree
Hide file tree
Showing 9 changed files with 9,075 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,21 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

node_modules
.env

# Hardhat files
/cache
/artifacts

# TypeChain files
/typechain
/typechain-types

# solidity-coverage files
/coverage
/coverage.json

# Hardhat Ignition default folder for deployments against a local node
ignition/deployments/chain-31337
Loading

0 comments on commit 3cb3fc1

Please sign in to comment.