keccakj icon indicating copy to clipboard operation
keccakj copied to clipboard

MessageDigest not finding SHA3 algorithm

Open createS0ftware opened this issue 5 years ago • 0 comments

Hi

I am trying to hash some text using

MessageDigest md = MessageDigest.getInstance(Constants.SHA3_512, Constants.PROVIDER);

is this the best method ? Even if i put an instance of the provider , it still fails

I first did Security.addProvider(new KeccakjProvider());

Thanks

createS0ftware avatar Apr 12 '19 12:04 createS0ftware