wolfSSL / wolfcrypt-py

A Python wrapper that encapsulates wolfSSL's wolfCrypt API.
https://wolfssl.github.io/wolfcrypt-py
31 stars 19 forks source link

Fixed arguments in Chacha.set_iv(nonce, counter=0) #15

Closed danielinux closed 4 years ago

danielinux commented 4 years ago

Fixed arguments in Chacha set_iv() method, so it's now possible to set both the 96-bit nonce and an optional counter (otherwise starting from 0 by default).