Skip to content

Commit

Permalink
fix: rollback crypto library to fix key generation (#66)
Browse files Browse the repository at this point in the history
* fix: rollback crypto library to fix key generation

* fix: rollback crypto library to 1.9.0
  • Loading branch information
jerson committed Sep 22, 2023
1 parent 70ab6d9 commit 5ccb0ad
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 3.7.2

- Updated binaries to v1.9.4
- Fixed issue with invalid generated keys


## 3.7.1

- Updated binaries to v1.9.2
Expand Down
Binary file modified android/src/main/jniLibs/arm64-v8a/libopenpgp_bridge.so
Binary file not shown.
Binary file modified android/src/main/jniLibs/armeabi-v7a/libopenpgp_bridge.so
Binary file not shown.
Binary file modified android/src/main/jniLibs/x86/libopenpgp_bridge.so
Binary file not shown.
Binary file modified android/src/main/jniLibs/x86_64/libopenpgp_bridge.so
Binary file not shown.
1 change: 0 additions & 1 deletion example/lib/generate.dart
Expand Up @@ -45,7 +45,6 @@ class _GenerateState extends State<Generate> {
..email = 'test@test.com'
..passphrase = 'test'
..keyOptions = keyOptions);

setState(() {
_keyPair = keyPair;
});
Expand Down
Binary file modified ios/libopenpgp_bridge.a
Binary file not shown.
Binary file modified lib/web/assets/openpgp.wasm
Binary file not shown.
Binary file modified linux/shared/aarch64/libopenpgp_bridge.so
Binary file not shown.
Binary file modified linux/shared/x86_64/libopenpgp_bridge.so
Binary file not shown.
Binary file modified macos/libopenpgp_bridge.dylib
Binary file not shown.
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: openpgp
description: library for use OpenPGP with support for android and ios, macOS, linux, windows and web
version: 3.7.1
version: 3.7.2
homepage: https://github.com/jerson/flutter-openpgp

environment:
Expand Down
Binary file modified windows/shared/libopenpgp_bridge.dll
Binary file not shown.

0 comments on commit 5ccb0ad

Please sign in to comment.