status-im / status-keycard

Our Javacard Implementation for making secure transactions within Status and Ethereum
Apache License 2.0
215 stars 65 forks source link

Drop block signing support #15

Closed bitgamma closed 5 years ago

bitgamma commented 5 years ago

We currently support ECDSA-SHA256 signature of data sent in blocks (instead of precomputed hash). This function is never used and is a remaint from the very first proof of concept. I also see no real advantage in doing that, since generating the hash off-card is trivial.