We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feecb7e commit dba072fCopy full SHA for dba072f
crypto/src/openpgp/PgpSecretKey.cs
@@ -2,7 +2,6 @@
2
using System.Collections;
3
using System.Diagnostics;
4
using System.IO;
5
-using crypto.openpgp;
6
using Org.BouncyCastle.Asn1;
7
using Org.BouncyCastle.Asn1.Misc;
8
using Org.BouncyCastle.Asn1.X9;
crypto/src/openpgp/SXprWriter.cs
@@ -2,7 +2,7 @@
using System.Text;
-namespace crypto.openpgp
+namespace Org.BouncyCastle.Bcpg.OpenPgp
{
/**
* Writer for S-expression keys
0 commit comments