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.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add relic_cryptoWith Flutter:
$ flutter pub add relic_cryptoThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
relic_crypto: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:relic_crypto/relic_crypto.dart';