We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc6f69 commit e146d20Copy full SHA for e146d20
pg/src/test/java/org/bouncycastle/openpgp/test/DedicatedEd25519KeyPairTest.java
@@ -190,7 +190,9 @@ private void testV4SigningVerificationWithBcKey()
190
isTrue(signature.verify());
191
}
192
193
- private void testConversionOfTestVectorKey() throws PGPException, IOException {
+ private void testConversionOfTestVectorKey()
194
+ throws PGPException, IOException
195
+ {
196
JcaPGPKeyConverter jc = new JcaPGPKeyConverter().setProvider(new BouncyCastleProvider());
197
BcPGPKeyConverter bc = new BcPGPKeyConverter();
198
// ed25519 public key from https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-hashed-data-stream-for-sign
0 commit comments