relic_crypto 1.0.0
relic_crypto: ^1.0.0 copied to clipboard
The client-side encryption for Relic (relic.space) — the exact code that seals your clipboard on your device before it is ever sent. Published so anyone can read it and verify the zero-knowledge claim.
Changelog #
1.0.0 #
First pub.dev release, published from the crypto/ directory of the
Relic monorepo.
This is the exact sealing code the Relic apps ship: Argon2id (64 MiB,
pinned parameters) wrapping a master key, XChaCha20-Poly1305 for vault
content and backups, AES-GCM for share links. The wire format is
documented in wire-format.md, and the js/ directory carries the
TypeScript mirror served to browsers, byte-verified against this Dart
implementation by the test suite.