yubikit_openpgp 1.0.2 copy "yubikit_openpgp: ^1.0.2" to clipboard
yubikit_openpgp: ^1.0.2 copied to clipboard

outdated

Yubikey OpenPGP interface. Smartcard interface can be replaced for different platforms like Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yubikit_openpgp

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

dependencies:
  yubikit_openpgp: ^1.0.2

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:yubikit_openpgp/curve.dart';
import 'package:yubikit_openpgp/data_object.dart';
import 'package:yubikit_openpgp/interface.dart';
import 'package:yubikit_openpgp/kdf.dart';
import 'package:yubikit_openpgp/keyslot.dart';
import 'package:yubikit_openpgp/smartcard/application.dart';
import 'package:yubikit_openpgp/smartcard/instruction.dart';
import 'package:yubikit_openpgp/smartcard/interface.dart';
import 'package:yubikit_openpgp/tlv.dart';
import 'package:yubikit_openpgp/touch_mode.dart';
import 'package:yubikit_openpgp/utils.dart';
1
likes
0
points
93
downloads

Publisher

verified publisherproducement.com

Weekly Downloads

Yubikey OpenPGP interface. Smartcard interface can be replaced for different platforms like Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, convert, crypto, tuple

More

Packages that depend on yubikit_openpgp