Home

Awesome

SmoothCryptoLib (SCL)

A Cryptographic Library for Smooth Blockchain uses.

Compilation

Clone the repository, then type forge test. (Some troubles are solved running foundryup and forge init --force)

Deployment

Run deploy.sh to deploy the code on a target chain. The values $RPC and $CHAINID shall be set to the chain ones. The toy private and public key shall be replaced and funded (current can be used for testnet).

Benchmarks

Forge results

The benchmarks are performed by averaging forge results over a loop of 100 tests. Be sure to avoid the use of -via-IR and set foundry.toml correctly to reproduce correct measurements.

curveFunctiongasCommentFile
P256SCL_ECDSAB4.verify159KECDSA using RIP7696 (second opcode)libSCL_ECDSAb4.sol

Onchain results

PR #Create2MainnetsTestnets
N/A0x05eFAC4C53Ec12F11f144d0a0D18Df6dfDf83409Sepolia ,Optimism

Audits

The results of the completed audits are in the doc/audit folder.

TeambranchTargetstatusResidual risks
CryptoExpertsCryptoExpertsP256Completed0
VeridiseVeridiseP256, Ed25519Completed0
Formal LandVeridiseRIP7696Partial Proving0

CryptoExperts and Veridise audits consisted in human auditing of the code. Formal Land conducted a partial formal verification of the code. Due to its mathematical complexity, the perimeter was restricted to ecAddn2, ecDblNeg and scalar extraction. See here for the coq proof of the library.

We are also grateful to Guido (https://github.com/guidovranken) which notice by its independant (and amazing) Fuzzing work that our weak keys testing was incorrect.

Curves implementation status

curvestatusbranchCommentFile
P256OKmainECDSA using RIP7696 (first opcode)libSCL_7212.sol
P256OKmainECDSA using RIP7696 (second opcode)libSCL_ECDSAb4.sol
Ed25519OKmainEDDSA using RIP7696 (first opcode) with isogenieslibSCL_RIP6565.sol

Acknowledments

The following work has been half-funded by the Ethereum Fundation grant number FY24-1386:

SCL is build by the same team of the previous FCL. As such all previous contributors are credited.

Our work in Production

Prior to SCL implementation, our experimental library FCL is still in production in various environments:

License

License: This software is licensed under MIT License (see LICENSE FILE at root directory of project).