Johannes Rabausch
Johannes Rabausch
Hi @kocsismate, great work with this container benchmark!👍 I used it to benchmark my own dynamic PSR-11 container implementation: [https://github.com/semperton/container](https://github.com/semperton/container) It's far from famous but maybe nevertheless worth to be...
Hello @tuupola , I discovered Branca a while ago and I like the spec. I have done a Crystal implementation for it: [Branca.cr](https://github.com/radbas/branca.cr) It makes use of Monocypher with bindings...
Hello Parseable Team, I am trying to use Parseable on my local machine to catch some logs of my frontend app. Searching the docs, I could not find any options...
Hi, I stumbled across a bug in the `getFingerprint` function, line 2406: ``` options.hash = (typeof hash !== 'undefined') ? hash : 'SHA-512' ``` should read: ``` options.hash = (typeof...
Hello @konovod , I used your shard to implement the [Branca Token](https://branca.io/) spec and it works perfectly fine. One thing i noticed is, that the `Crypto.encrypt` and `Crypto.decrypt` functions assume...