summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@gmail.com>2022-06-22 20:52:28 +0700
committerPeter Dettman <peter.dettman@gmail.com>2022-06-22 20:52:28 +0700
commitb64374dbc09b2764548c8e9ba4574a0903dd2802 (patch)
tree088ea07c8878a0b72399ba6f330183ddc2e98f7b /crypto
parentInitial version.json for Nerdbank.GitVersioning (diff)
downloadBouncyCastle.NET-ed25519-b64374dbc09b2764548c8e9ba4574a0903dd2802.tar.xz
Move bzip2 code into src
Diffstat (limited to 'crypto')
-rw-r--r--crypto/BouncyCastle.csproj8
-rw-r--r--crypto/Readme.html2
-rw-r--r--crypto/src/bzip2/BZip2Constants.cs (renamed from crypto/bzip2/src/BZip2Constants.cs)0
-rw-r--r--crypto/src/bzip2/CBZip2InputStream.cs (renamed from crypto/bzip2/src/CBZip2InputStream.cs)0
-rw-r--r--crypto/src/bzip2/CBZip2OutputStream.cs (renamed from crypto/bzip2/src/CBZip2OutputStream.cs)0
-rw-r--r--crypto/src/bzip2/CRC.cs (renamed from crypto/bzip2/src/CRC.cs)0
6 files changed, 5 insertions, 5 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj
index c571cb108..f977b6406 100644
--- a/crypto/BouncyCastle.csproj
+++ b/crypto/BouncyCastle.csproj
@@ -46,10 +46,6 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="bzip2\src\BZip2Constants.cs" />
-    <Compile Include="bzip2\src\CBZip2InputStream.cs" />
-    <Compile Include="bzip2\src\CBZip2OutputStream.cs" />
-    <Compile Include="bzip2\src\CRC.cs" />
     <Compile Include="src\AssemblyInfo.cs" />
     <Compile Include="src\asn1\ASN1Generator.cs" />
     <Compile Include="src\asn1\ASN1OctetStringParser.cs" />
@@ -579,6 +575,10 @@
     <Compile Include="src\bcpg\sig\SignatureExpirationTime.cs" />
     <Compile Include="src\bcpg\sig\SignerUserId.cs" />
     <Compile Include="src\bcpg\sig\TrustSignature.cs" />
+    <Compile Include="src\bzip2\BZip2Constants.cs" />
+    <Compile Include="src\bzip2\CBZip2InputStream.cs" />
+    <Compile Include="src\bzip2\CBZip2OutputStream.cs" />
+    <Compile Include="src\bzip2\CRC.cs" />
     <Compile Include="src\cmp\CertificateConfirmationContent.cs" />
     <Compile Include="src\cmp\CertificateConfirmationContentBuilder.cs" />
     <Compile Include="src\cmp\CertificateStatus.cs" />
diff --git a/crypto/Readme.html b/crypto/Readme.html
index f7d2fec3f..d7b9df487 100644
--- a/crypto/Readme.html
+++ b/crypto/Readme.html
@@ -278,7 +278,7 @@ We state, where EC MQV has not otherwise been disabled or removed:
 			<hr style="WIDTH: 100%; HEIGHT: 2px">
 		<P></P>
 		<h3><a class="mozTocH3" name="mozTocId245743"></a><span style="FONT-WEIGHT: bold">The Source:</span></h3>
-		The main source code can be found in the 'src' directory. There is additional source code in 'bzip2/src'.<br/>
+		The main source code can be found in the 'src' directory.<br/>
 		<br/>
 		<hr style="WIDTH: 100%; HEIGHT: 2px">
 		<h3><a class="mozTocH3" name="mozTocId326820"></a><span style="FONT-WEIGHT: bold"></span>Documentation:</h3>
diff --git a/crypto/bzip2/src/BZip2Constants.cs b/crypto/src/bzip2/BZip2Constants.cs
index d238c5b76..d238c5b76 100644
--- a/crypto/bzip2/src/BZip2Constants.cs
+++ b/crypto/src/bzip2/BZip2Constants.cs
diff --git a/crypto/bzip2/src/CBZip2InputStream.cs b/crypto/src/bzip2/CBZip2InputStream.cs
index c3125a4e7..c3125a4e7 100644
--- a/crypto/bzip2/src/CBZip2InputStream.cs
+++ b/crypto/src/bzip2/CBZip2InputStream.cs
diff --git a/crypto/bzip2/src/CBZip2OutputStream.cs b/crypto/src/bzip2/CBZip2OutputStream.cs
index 262a52f84..262a52f84 100644
--- a/crypto/bzip2/src/CBZip2OutputStream.cs
+++ b/crypto/src/bzip2/CBZip2OutputStream.cs
diff --git a/crypto/bzip2/src/CRC.cs b/crypto/src/bzip2/CRC.cs
index a66340e22..a66340e22 100644
--- a/crypto/bzip2/src/CRC.cs
+++ b/crypto/src/bzip2/CRC.cs