fluencelabs/crypto

add hashes.min.js to jsDeps

Opened this issue · 2 comments

Hi, I'm not sure if it was just something specific to my build or not, but for some reason I was unable to get your library to work until I added

jsDependencies += "org.webjars.bower" % "jshashes" % "1.0.5" / "1.0.5/hashes.min.js"

the idea of which came from here (https://github.com/ariwaranosai/scala-js-hashes)

Thank you for the feedback!
Could you show your build.sbt file or project with that problem?

Hi, yes the (just duct-taped together) build.sbt that I've been working with is here: https://github.com/cryptokoans/playground/blob/master/build.sbt I haven't had a chance to go through and optimize it or add any documentation so there is a reasonable possibility that what I experienced is more due to my (mis)use of SBT.

it's not much yet at all (just a demonstration of hashing and verifying a hash), but you can see the demo of what that project actually does here: https://cryptokoans.github.io/playground