summary refs log tree commit diff
path: root/crypto/BouncyCastle.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/BouncyCastle.csproj')
-rw-r--r--crypto/BouncyCastle.csproj8
1 files changed, 5 insertions, 3 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj
index ab36fa529..679e226d0 100644
--- a/crypto/BouncyCastle.csproj
+++ b/crypto/BouncyCastle.csproj
@@ -1267,9 +1267,11 @@
     <Compile Include="src\math\ec\multiplier\ZSignedDigitL2RMultiplier.cs" />
     <Compile Include="src\math\ec\multiplier\ZSignedDigitR2LMultiplier.cs" />
     <Compile Include="src\math\ec\rfc7748\X25519.cs" />
-    <Compile Include="src\math\ec\rfc7748\X25519Field.cs"/>
-    <Compile Include="src\math\ec\rfc7748\X448.cs"/>
-    <Compile Include="src\math\ec\rfc7748\X448Field.cs"/>
+    <Compile Include="src\math\ec\rfc7748\X25519Field.cs" />
+    <Compile Include="src\math\ec\rfc7748\X448.cs" />
+    <Compile Include="src\math\ec\rfc7748\X448Field.cs" />
+    <Compile Include="src\math\ec\rfc8032\Ed25519.cs" />
+    <Compile Include="src\math\ec\rfc8032\Ed448.cs" />
     <Compile Include="src\math\field\FiniteFields.cs" />
     <Compile Include="src\math\field\GF2Polynomial.cs" />
     <Compile Include="src\math\field\GenericPolynomialExtensionField.cs" />