Nitrokey / pynitrokey

Python client for Nitrokey devices
Apache License 2.0
93 stars 28 forks source link

fix: IV parameter for NetHSM decrypt #439

Closed nponsard closed 9 months ago

nponsard commented 9 months ago

This PR fixes the NetHSM decrypt cli command where the IV was not provided to the function.

Changes

Fixes #438