tuupola / branca-spec

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

Swift implementation #11

Open tuupola opened 6 years ago

tuupola commented 6 years ago

Swift implementation is missing. Something similar as fswift-jwt by @stannie.

tuupola commented 6 years ago

JSONWebToken.swift by @kylef looks also great for inspiration.

tuupola commented 6 years ago

Swift Sodium is about to have IETF XChaCha20-Poly1305 AEAD support (https://github.com/jedisct1/swift-sodium/pull/131).