Skip to content

Commit

Permalink
feat: v0.0.2, working PoseidonT6
Browse files Browse the repository at this point in the history
  • Loading branch information
chancehudson committed Feb 16, 2023
1 parent dce1d8f commit ac20b2f
Show file tree
Hide file tree
Showing 9 changed files with 311 additions and 4,272 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Hash cost (T4)
Hash cost (T5)
- poseidon-solidity: 65,085 gas
- circomlibjs: 73,307 gas
Hash cost (T6)
- poseidon-solidity: 94,583 gas
- circomlibjs: 10,0197 gas
```

## Use
Expand Down
187 changes: 84 additions & 103 deletions contracts/PoseidonT6.sol

Large diffs are not rendered by default.

1,079 changes: 0 additions & 1,079 deletions contracts/PoseidonT7.sol

This file was deleted.

1,332 changes: 0 additions & 1,332 deletions contracts/PoseidonT8.sol

This file was deleted.

1,741 changes: 0 additions & 1,741 deletions contracts/PoseidonT9.sol

This file was deleted.

1 change: 1 addition & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type import('hardhat/config').HardhatUserConfig */
require('@nomiclabs/hardhat-ethers')
require('hardhat-contract-sizer')

module.exports = {
solidity: {
Expand Down
Loading

0 comments on commit ac20b2f

Please sign in to comment.