Skip to content

0xnonso/p256-verifier-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P256Verifier Fe Contract

P256 signature verification Fe contract. This implementation is inspired by dcposch's and nalinbhardwaj's implementation here and pcaversaccio's implementation here. Also, for more technical details, please refer to EIP-7212.

This is experimental software and is provided on an "as is" and "as available" basis. We do not give any warranties and will not be liable for any losses incurred through any use of this code base.

Getting Started

# Clone repo.
git clone https://github.com/0xNonso/p256-verifier-fe.git
cd p256-verifier-fe

Test

# Install dependencies.
forge install

# Build and Run tests.
make test

Further References

About

P256 signature verification fe contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published