pinenacl 0.2.0-nullsafety.7 copy "pinenacl: ^0.2.0-nullsafety.7" to clipboard
pinenacl: ^0.2.0-nullsafety.7 copied to clipboard

outdated

The Dart implementation of the PyNaCl APIs with the TweetNaCl cryptographic library

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pinenacl

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

dependencies:
  pinenacl: ^0.2.0-nullsafety.7

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pinenacl/api.dart';
import 'package:pinenacl/api/api.dart';
import 'package:pinenacl/api/authenticated_encryption.dart';
import 'package:pinenacl/api/encoding.dart';
import 'package:pinenacl/api/signatures.dart';
import 'package:pinenacl/ed25519.dart';
import 'package:pinenacl/encoding.dart';
import 'package:pinenacl/hashing.dart';
import 'package:pinenacl/key_derivation.dart';
import 'package:pinenacl/message_authentication.dart';
import 'package:pinenacl/tweetnacl.dart';
import 'package:pinenacl/x25519.dart';
21
likes
0
pub points
90%
popularity

Publisher

verified publisherpoolunder.com

The Dart implementation of the PyNaCl APIs with the TweetNaCl cryptographic library

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on pinenacl