Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bcgit/bc-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fadfaec5763268cbe832394f42eafb441a6cb751
Choose a base ref
..
head repository: bcgit/bc-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3c6cf053d6d833d5a268c8e7f05bd178b0a15a66
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 pg/src/main/java/org/bouncycastle/openpgp/operator/bc/BcPGPKeyPairGeneratorProvider.java
Original file line number Diff line number Diff line change
@@ -11,7 +11,6 @@
import org.bouncycastle.crypto.generators.RSAKeyPairGenerator;
import org.bouncycastle.crypto.generators.X25519KeyPairGenerator;
import org.bouncycastle.crypto.generators.X448KeyPairGenerator;
import org.bouncycastle.crypto.params.ECDomainParameters;
import org.bouncycastle.crypto.params.ECKeyGenerationParameters;
import org.bouncycastle.crypto.params.ECNamedDomainParameters;
import org.bouncycastle.crypto.params.Ed25519KeyGenerationParameters;