Skip to content

Commit 5b9d23b

Browse files
committed
chore: rename package to "plus"
1 parent b039127 commit 5b9d23b

File tree

209 files changed

+887
-843
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+887
-843
lines changed

README.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
1-
[![Pub Package](https://img.shields.io/pub/v/cryptography.svg)](https://pub.dev/packages/cryptography)
2-
[![Github Actions CI](https://github.com/dint-dev/cryptography/workflows/Dart%20CI/badge.svg)](https://github.com/dint-dev/cryptography/actions?query=workflow%3A%22Dart+CI%22)
1+
[![Pub Package](https://img.shields.io/pub/v/cryptography_plus.svg)](https://pub.dev/packages/cryptography_plus)
2+
[![Github Actions CI](https://github.com/emz-hanauer/dart-cryptography/workflows/Dart%20CI/badge.svg)](https://github.com/emz-hanauer/dart-cryptography/actions?query=workflow%3A%22Dart+CI%22)
33

44
# Overview
55

66
Cryptographic packages for [Dart](https://dart.dev) / [Flutter](https://flutter.dev) developers.
77
Open-sourced under the [Apache License 2.0](LICENSE).
88

9-
Maintained by [gohilla.com](https://gohilla.com). Licensed under the [Apache License 2.0](LICENSE).
9+
> Package was maintained by [gohilla.com](https://gohilla.com). Repository was moved to [emz-hanauer/dart-cryptography](https://github.com/emz-hanauer/dart-cryptography) due to lack of maintenance.
1010
1111
## Packages
12-
* [cryptography](cryptography)
13-
* Cryptography API for Dart / Flutter.
14-
* Contains cryptographic algorithm implementations written in pure Dart.
15-
* Contains cryptographic algorithm implementations that use Web Cryptography API in browsers.
16-
* [cryptography_flutter](cryptography_flutter)
17-
* Contains cryptographic algorithm implementations that use operating system APIs in Android
18-
and Apple operating systems (iOS, Mac OS X, etc.).
19-
* [cryptography_flutter_integration_test](cryptography_flutter_integration_test)
20-
* Integration test project for "cryptography_flutter".
21-
* [cryptography_test](cryptography_flutter)
22-
* Cross-platform tests. Note that "cryptography" and "cryptography_flutter_integration_test"
23-
contain more tests than just these.
24-
* [jwk](jwk)
25-
* JWK (JSON Web Key) encoding / decoding.
12+
13+
- [cryptography_plus](cryptography)
14+
- Cryptography API for Dart / Flutter.
15+
- Contains cryptographic algorithm implementations written in pure Dart.
16+
- Contains cryptographic algorithm implementations that use Web Cryptography API in browsers.
17+
- [cryptography_flutter_plus](cryptography_flutter)
18+
- Contains cryptographic algorithm implementations that use operating system APIs in Android
19+
and Apple operating systems (iOS, Mac OS X, etc.).
20+
- [cryptography_flutter_integration_test](cryptography_flutter_integration_test)
21+
- Integration test project for "cryptography_flutter".
22+
- [cryptography_test](cryptography_flutter)
23+
- Cross-platform tests. Note that "cryptography" and "cryptography_flutter_integration_test"
24+
contain more tests than just these.
25+
- [jwk](jwk)
26+
- JWK (JSON Web Key) encoding / decoding.
2627

2728
## Contributing
29+
2830
Please share feedback / issue reports in the
29-
[issue tracker](https://github.com/dint-dev/cryptography/issues).
31+
[issue tracker](https://github.com/emz-hanauer/dart-cryptography/issues).
3032

31-
Pull requests are welcome.
33+
Pull requests are welcome.

0 commit comments

Comments
 (0)