remove ecc

This commit is contained in:
callebtc
2022-09-17 11:16:52 +03:00
parent 0ab7a5ba0b
commit 5b100b2284
3 changed files with 1 additions and 20 deletions

View File

@@ -4,13 +4,6 @@ from typing import List
from pydantic import BaseModel
# class BasePoint(BaseModel):
# """Named BasePoint because it conflicts with ecc.curve.Point"""
# x: int
# y: int
class Proof(BaseModel):
amount: int
C: str