dajiaji / pyseto

A Python implementation of PASETO and PASERK.
https://pyseto.readthedocs.io
MIT License
68 stars 10 forks source link

Typo in the Documentation #182

Closed stsch9 closed 2 years ago

stsch9 commented 2 years ago

I think in

https://pyseto.readthedocs.io/en/latest/paseto_usage.html#v4-local

it must be "Symmetric Authenticated Encryption with XChaCha20 + BLAKE2b-MAC (Encrypt-then-MAC)" instead of "Symmetric Authenticated Encryption with AES-256-CTR + HMAC-SHA384 (Encrypt-then-MAC)"

dajiaji commented 2 years ago

Thanks for the report!

I will fix it soon.

dajiaji commented 2 years ago

https://github.com/dajiaji/pyseto/pull/183