vk-rv / pvx

PASETO implementation for Go programming language
https://vk-rv.github.io/pvx/
Other
34 stars 4 forks source link

Support importing/exporting keys from/to Paserk #6

Open not-my-profile opened 2 years ago

not-my-profile commented 2 years ago

In order to use Paseto for my application I need cross-language interoperability. However the only two Paseto v4 implementations for Python enforce Algorithm Lucidity, meaning they currently cannot be easily used in conjunction with pvx, since it doesn't support Paserk.

So it would be great if pvx could support importing/exporting keys from/to Paserk :)

To be specific I'm talking about the local, public and secret PASERK types from this matrix.

Edit: This is now also recommended by the implementation guide.