New Github issue in cashu-js:
BDHKE mint crypto functions missing.
This library can only be used for wallets right now because we only implmented wallet crypto functions so far (step1Alice, step3Alice). In order to make use of the lib for writing mints, we would need two more functions (step2Bob and verify) which are implemented in the Python and the Golang mint.
It should be fairly straightforward to port these two functions to the this lib and write test to verify that they're working.