diffie_hellman 1.0.0
diffie_hellman: ^1.0.0 copied to clipboard
Dart implementation of finite field Diffie-Hellman. Based on PKCS#3.
0.0.1 #
- Initial commit
0.0.3 #
- Added docs
0.1.0 #
- Removed PointyCastle dependency. Now the secure random generator uses Random.secure() from dart.math
0.1.1 #
- Updated pubspec.yaml
0.1.2 #
- Changed private utility method
toBigInt()
1.0.0 #
- Bumped minimal Dart SDK version to 2.17.0
- Added DhGroup enum instead of int groupId
- Added DhPkcs3Engine.fromKeyPair() factory
- Allowed key pair regeneration in DhPkcs3Engine