tuupola / branca-spec

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

Known implementations #12

Closed brimcfadden closed 6 years ago

brimcfadden commented 6 years ago

The known implementations in the readme are links to libsodium implementations, not branca ones.

https://github.com/tuupola/branca-spec/blob/b1ecd47ae7eb27b86f50cb72b47ab90b1f5b3bfd/README.md#libraries

tuupola commented 6 years ago

If you click "Elixir" it will go to the Elixir implementation. If you click "Go" it will go to the Go implementation. Next to those links is also a link to the crypto library which this implementation uses. Usually libsodium because it can be considered the best for this purpose.