Calculate equihash solution in Java

Hi there, is there any Java library that allows to perform an equihash?

I was looking for a method that takes in input the block data, n and k values and returns the corresponding equihash solution.

I found blake2b library, it it what i need?