From 9e615d18209843ce52b2527cd6b0a6a2de7bc70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=BA=C3=B1ez?= Date: Fri, 5 Oct 2018 21:46:22 +0200 Subject: [PATCH] Janitorial stuff --- umbral/fragments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbral/fragments.py b/umbral/fragments.py index 0606262..e2f691a 100644 --- a/umbral/fragments.py +++ b/umbral/fragments.py @@ -173,7 +173,7 @@ class KFrag(object): class CorrectnessProof(object): def __init__(self, point_e2: Point, point_v2: Point, point_kfrag_commitment: Point, - point_kfrag_pok: Point, bn_sig: CurveBN, kfrag_signature: bytes, + point_kfrag_pok: Point, bn_sig: CurveBN, kfrag_signature: Signature, metadata: Optional[bytes] = None) -> None: self._point_e2 = point_e2 self._point_v2 = point_v2