relic_crypto 1.0.0 copy "relic_crypto: ^1.0.0" to clipboard
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_crypto

With Flutter:

 $ flutter pub add relic_crypto

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  relic_crypto: ^1.0.0

Alternatively, 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';
0
likes
140
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (license)

Dependencies

cryptography, hashlib

More

Packages that depend on relic_crypto