Remove print.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-08-24 16:12:40 +02:00
parent 447d223de4
commit 2c4be41ecf
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -63,5 +63,4 @@ def test_signature_edwards(device, curve):
pubkey = device.public_key(keyid=keyid)
signature = device.sign(keyid=keyid, scheme=Algorithm.ALGO_EC_RAW, data=data)
device.delete_file(DOPrefixes.KEY_PREFIX, keyid)
print(hexlify(data))
device.verify(pubkey, data, signature)