catalyst_cose 1.0.0 copy "catalyst_cose: ^1.0.0" to clipboard
catalyst_cose: ^1.0.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

With Flutter:

 $ flutter 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: ^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:catalyst_cose/catalyst_cose.dart';
0
likes
160
points
25
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
Contributing

Topics

#cryptography #encryption #codec

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

cbor, collection, convert, cryptography, equatable, uuid

More

Packages that depend on catalyst_cose