Skip to content
Snippets Groups Projects
Unverified Commit b357385d authored by Christian Banse's avatar Christian Banse Committed by GitHub
Browse files

Moving `DecodeSegement` to `Parser` (#278)

* Moving `DecodeSegement` to `Parser`

This would allow us to remove some global variables and move them to parser options as well as potentially introduce interfaces for json and b64 encoding/decoding to replace the std lib, if someone wanted to do that for performance reasons.

We keep the functions exported because of explicit user demand.

* Sign/Verify does take the decoded form now
parent c6ec5a22
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment