Skip to content

Commit d095f0a

Browse files
jonasfjpetrleocompel
authored andcommitted
chore: pubspec - Add topic crypto
See: https://dart.dev/tools/pub/pubspec#topics Other packages with this topic include: https://pub.dev/packages?q=topic%3Acrypto
1 parent 22306de commit d095f0a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

cryptography/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ homepage: https://github.com/dint-dev/cryptography
44
description:
55
Cryptographic algorithms for encryption, digital signatures, key agreement, authentication, and
66
hashing. AES, Chacha20, ED25519, X25519, Argon2, and more. Good cross-platform support.
7+
topics:
8+
- crypto
79

810
environment:
911
sdk: '>=3.1.0 <4.0.0'

cryptography_flutter/pubspec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: cryptography_flutter
2+
version: 2.3.2
3+
homepage: https://github.com/dint-dev/cryptography
24
description:
35
Makes 'package:cryptography' use platform APIs in Android, iOS, and Mac OS X. The package can
46
make performance up to 100 times better.
5-
version: 2.3.2
6-
homepage: https://github.com/dint-dev/cryptography
7+
topics:
8+
- crypto
79

810
environment:
911
sdk: '>=3.1.0 <4.0.0'

0 commit comments

Comments
 (0)