summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2015-10-24 16:33:48 +1100
committerDavid Hook <dgh@cryptoworkshop.com>2015-10-24 16:33:48 +1100
commitac3b5b9b2f0e2f5946916b9b8790c2b1767d18f6 (patch)
tree898218aabbc22b2100581414dff3e3e2aa1ae08e
parentcomment update (diff)
downloadBouncyCastle.NET-ed25519-ac3b5b9b2f0e2f5946916b9b8790c2b1767d18f6.tar.xz
added changed files
-rw-r--r--crypto/crypto.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 7c070e9b0..b147fa9c7 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -3084,17 +3084,17 @@
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "src\crypto\ISignatureCalculatorFactory.cs"
+                    RelPath = "src\crypto\ISignatureFactory.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "src\crypto\ISignatureVerifier.cs"
+                    RelPath = "src\crypto\IVerifierFactory.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "src\crypto\ISignatureVerifierProvider.cs"
+                    RelPath = "src\crypto\IVerifierFactoryProvider.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />