Hacker News new | ask | show | jobs
Yaki-inc/crypto – Type safe Tweetnacl and cryptographic permissions (github.com)
1 points by thekumar 874 days ago
1 comments

As I'm building out Datayaki.com, a privacy-first AI powered data analytics tool, I ran into typing issues with tweetnacl and other AEAD libraries. So, I decided to build an API/scaffolding on top of tweetnacl that comes with strong type checks, and am hoping others find it useful as well. Inspired by the work done by Skiff (@skiff-org/skiff-crypto), but less frustrating to understand.

Just a bit of good will towards a community of fellow hackers and builders.

Tags: Typescript, NPM, E2EE, Cryptography.