Skip to content

wavesrcool/strawberry-curve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strawberry-curve

A GraphQL API in Python for interacting with the elliptic curve $y^2=x^3+7$ over $F_{2^{256}-2^{32}-977}$

Run

uvicorn app:app --reload --host '::'

Hello curve!

curl -L -X POST 'http://localhost:8000/graphql' \
-H 'Content-Type: application/json' \
--data-raw '{"query":"query {\n    helloCurve\n}","variables":{}}'

Tests

python3 -m unittest

About

Python GraphQL API for finite field elliptic curves

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages