forked from lurk-lab/solidity-verifier
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganisation of
main
branch (lurk-lab#42)
* Remove e2e contract and integrative components * Update README * Add Bn256/Grumpkin curves arithmetics * Move constants (JSON) files to 'src/blocks/poseidon' path * Add optimized Poseidon library * Add Zeromorph library * Stub for e2e integration testing * chore(doc): update README for main - Repository structure - Overview of the different feature branches * chore(doc): SPDX License identifier * chore(doc): comment Bn256/Grumpkin files * chore(doc): fixed solidity doc for Bn256/Grumpkin files * chore(doc): README for Grumpkin Bn256 * chore(doc): pasta solidity doc & README * chore(doc): new doc + fix - Fix NatSpec comment order over Pallas.sol and Vesta.sol - Added Solidity comments over PoseidonNeptuneU24Optimized.sol and Sponge.sol - Added README in poseidon folder * chore(doc): doc for all cryptographic blocks - Solidity doc for all cryptographic blocks file - README in src/blocks to explain each file and their content - Fixed typo in library name * chore(doc): doc for Utilities.sol * Skip execution of e2e integration testing on main branch * chore(doc): fix fmt * Requested changes and adjustments * ci: Fail e2e tests when PR base is `main` (lurk-lab#45) * Add Sponge library that supports optimized Poseidon * chore(doc): followed review comments * chore(doc): added NatSpec comments - NatSpec for implementation of Sponge over the Optimized Poseidon library. * chore(doc): fixed fmt --------- Co-authored-by: Thomas Chataigner <[email protected]> Co-authored-by: Samuel Burnham <[email protected]>
- Loading branch information
1 parent
9a67892
commit acb74cd
Showing
49 changed files
with
23,249 additions
and
8,119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.