Cedric Staub

Results 119 comments of Cedric Staub

There's no support for it at the moment @rptrus, but pull requests are welcome.

What's this API exactly? Computing P ourselves is possible, but seems a bit odd they would require this, per the JWK/JWA spec (as far as I can tell) a JWK...

That’s a public key, not private (Appendix B)

Hi @NeilMadden, sorry for the delayed response but I was on vacation for the last two weeks. I will make sure to review your code tomorrow, but in general this...

Code looks good to me, apart from the import paths.

Ping @NeilMadden -- any luck on the CLA, wrt. your legal dept? If so I'd be happy to clean this up and merge it.

That was intentional, I didn't want to it to potentially leak information (e.g. padding oracle).

@thalesfsp There's nobody working on this at the moment that I know of, but pull requests are always welcome if you want to take a stab at it!

Using the gopkg.in import path is the correct solution.

The import path determines which version (branch) is imported. The stable version right now is v2, for which the import path is the gopkg.in one. Make sure to use this...