catalyst_cose 0.3.0 copy "catalyst_cose: ^0.3.0" to clipboard
catalyst_cose: ^0.3.0 copied to clipboard

A dart plugin implementing CBOR Object Signing and Encryption (RFC 9052, RFC 9053).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add catalyst_cose

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

dependencies:
  catalyst_cose: ^0.3.0

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:catalyst_cose/catalyst_cose.dart';
0
likes
0
points
259
downloads

Publisher

verified publisherprojectcatalyst.io

Weekly Downloads

A dart plugin implementing CBOR Object Signing and Encryption (RFC 9052, RFC 9053).

Repository (GitHub)
View/report issues

Topics

#cryptography #encryption #codec

License

unknown (license)

Dependencies

cbor, convert, cryptography

More

Packages that depend on catalyst_cose