Ryan Hurst
Ryan Hurst
@microshine
We will do circle
No progress but we’re interested in a PR :)
@indutny any chance to get Ed448 working in elliptic for our use case?
Should be an easy fix if so. PR welcome. We will try to get to it in the meantime.
We did not add HMAC to liner yet. You can see the algorithms we did add support for in [the README](https://github.com/PeculiarVentures/webcrypto-liner/blob/master/README.md). [asymcrypto.js](https://github.com/vibornoff/asmcrypto.js/) does support HMAC so you could easily do...
Webcrypto core is a generic layer we use for input validation in our various WebCrypto libraries. You would need to add support for HMAC-SHA256 (and maybe HMAC-SHA512) to liner for...
Localhost (127.0.0.1) wot work cross machine. Unless your docker config has some component that routes between two containers on the same host and this supports localhost. Wouldn’t expect this to...
@microshine
Sounds like you didn't follow the steps in https://github.com/PeculiarVentures/webcrypto-liner#installation Specifically if your going to run in a browser that doesn't support ES6 you need to be sure to convert to...