0xrgg
0xrgg
Did you get something working? I'm actually looking for something very similar and I keep getting an error with the function I'm trying based off my existing code. > It...
> No I did not. It is already very hard to do the calculation stuff with limited operators and limited Array ouputs. Also I don't know a few other things...
@HarshKhandeparkar It's reassuring to know that what I want to do is possible, but I just can't figure it out. I've tried to methods so far: Using a function with...
So SHA256 is just defined as a requre: `const SHA256 = require('crypto-js/sha256');` Though I did not realise strings aren't supported, I suppose I'll have to play around with the JSON...
@HarshKhandeparkar Ahhh okay that makes sense - I just had a quick look through the sha256 script and it looks like it's calling multiple other libraries from Crypto (core, hmac256)...
@SpookyPool Did you rewrite from the original script? Seems like such a daunting task, but it's the last step in my project before I can 100% complete it so between...