tuupola / branca-spec

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

Crystal implementation #43

Open jrabausch opened 1 year ago

jrabausch commented 1 year ago

Hello @tuupola ,

I discovered Branca a while ago and I like the spec. I have done a Crystal implementation for it: Branca.cr It makes use of Monocypher with bindings from monocypher.cr.

You may take a look at it.

Kind regards Johannes