mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-17 18:02:05 +01:00
Update workaround description in KeyInfo
This commit is contained in:
parent
eed1259cd2
commit
c962b7920b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public class KeyInfo {
|
|||
// see https://github.com/bcgit/bc-java/issues/1087
|
||||
// UPDATE: Apparently 1087 is not fixed properly with BC 1.71
|
||||
// See https://github.com/bcgit/bc-java/issues/1142
|
||||
// TODO: Remove when BC 1.72 comes out with a fix.
|
||||
// TODO: Remove once BC comes out with a fix.
|
||||
if (identifier.equals(GNUObjectIdentifiers.Ed25519)) {
|
||||
return EdDSACurve._Ed25519.getName();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue