Witold Baryluk

Results 138 comments of Witold Baryluk

I fully agree. I understand JS might be slow in crypto so minizing then verifying signature seams easier, but come one, just do a hash of content, and then sign...

This can be done server side. Even older signed version should communicate to server what is own version, and server can reject or track older versions. This also allows to...

> And developers don't know this. They should know it. In distributed systems it is common to have multiple versions of the code in the wild that communicate with your...

Just drop minimization completely. It is silly. If people want to minimize, they can sign and serve minimized version. Extension should be just doing a hash and verification of signature....

Oh. That sucks. But how about using this: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/webRequest/StreamFilter This should allow you to compute hash or hmac easily. Most SHA256 libraries allow to do update in chunks of internal...

Ok. In the meantime please mention briefly in README exact version of minizer and why it is needed at the current state of affairs.

I remember using this feature some time ago, and it was amazing and speed up things a lot. Would be nice to have it back one day. A library of...

You can take my example model `case-vents.slvs.gz` (any any other variants of it posted on this github issue tracker) under CC-BY-4.0.

Is the intention to only support explicit constraints of the form `x = express/function of other variables`, or implicit constraints could also be in the scope of this bug. Something...

@Evil-Spirit That is a very cool and impressive demo. Had you had chance to do more work on it recently?