Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documents/HybridDeleGator.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Delegation: Allows for delegation of transaction execution to other accounts.

### P256 Signature Verification

Signature verification is handled through [SmoothCryptoLib](https://github.com/get-smooth/crypto-lib) contract. The `P256Verifier` contract is a "Progressive Precompile" contract which will forward verification calls to a precompiled version of the contract if [EIP7212](https://eips.ethereum.org/EIPS/eip-7212) is included on the chain, reducing signature verification gas costs from ~330k to ~3k.
Signature verification is handled through [SmoothCryptoLib](https://github.com/get-smooth/crypto-lib) contract. The `P256Verifier` contract is a "Progressive Precompile" contract which will forward verification calls to a precompiled version of the contract if [RIP7212](https://github.com/ethereum/RIPs/blob/master/RIPS/rip-7212.md) is included on the chain, reducing signature verification gas costs from ~330k to ~3k.

### P256 Signatures

Expand Down