Nanne Baars
Nanne Baars
At the moment, we need to tag locally and push the tags. This can be automated.
**The Maven action to set the next development release does not work** The `main` branch is protected so it can no longer automatically merge to this branch. We need to...
Add V4
At the moment the moment both classes take a `byte[]` as argument: ``` public PublicKey(byte[] keyMaterial, Version version) { super(keyMaterial, version); } ``` It is easier from a user perspective...
Where we use BC we should support BCFIPS as a security provider. We should be strict in the provider, if someone really wants to use BC as security provider they...
The test vectors contain both variants, we should support both variants
The test vectors are now in a separate repo (https://github.com/paseto-standard/test-vectors) For all versions there is a separate json file, instead of copying all the values over and over let's add...
Implicitly this will work, but let's add an explicit key length checks like we did in V3
Add GitHub authentication Related to: gh-821