mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 10:34:20 +01:00
remove ecc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user