tuupola / branca-spec

Authenticated and encrypted API tokens using modern crypto
https://www.branca.io/
219 stars 7 forks source link

README: Fix typo and change rust crypto library #20

Closed return closed 5 years ago

return commented 5 years ago

This commit changes the cryptography library in the rust implementation to use orion which is more actively maintained than the previous cryptography library used. It also supports the full XChaCha20-Poly1305 construction, unlike the former library which only supports ChaCha20-Poly1305.

This commit also fixes a small typo in the README.

tuupola commented 5 years ago

Merged, thanks!