Skip to content

🏗 Split classes into own modules by type

HacKan requested to merge release/2.0.0 into main

Split classes between mixins, interfaces, serializers, etc. This smooths the way to have several different implementors and to actually be able to change the entire encoding in the future (currently the signature is always b64 URL safe encoded even if the encoder is changed in Blake2SerializerSigner).

Merge request reports