ethsign
ethsign copied to clipboard
new release
With the last released version 0.8.0 of ethsign, "cargo audit" complains about outdated vulnerable AES dependencies. If I use the master branch instead, these warnings are gone. I prefer to use released versions from crates.io. So what is holding back a new release?
I took a look at upgrading the aes
dependency, however, it seems that the feature that is used in ethsign-crypto
of aes
called crt
is no longer available in 0.8
.
I found a the https://docs.rs/ctr/latest/ctr/ crate but I don't feel experienced enough with cryptography to comprehend how to refactor the code where the current aes::Aes128Ctr
is used.
If you could create a release from the current master branch, and publish that to crates.io, that would already help us.
ethsign=0.9.0
and ethsign-crypto=0.3.0
are out now. Sorry for the delay.