mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
Remove print.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
447d223de4
commit
2c4be41ecf
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue