maandree / sha3sum

[Feature complete] SHA-3 and Keccak checksum utility
https://codeberg.org/maandree/sha3sum
ISC License
174 stars 51 forks source link

Is there any SHA3 apps for android? #27

Closed lexterror closed 4 years ago

lexterror commented 4 years ago

Hi, I wanted to know if you knew of an existing SHA3 app for android.

Thank you!

maandree commented 4 years ago

I have no idea. If you want to make your own, you should be able to use libkeccak, which will do all the SHA3 work for you. You will just have to write the UI; just like sha3sum does.