diff options
author | David Hook <dgh@cryptoworkshop.com> | 2015-10-24 10:46:28 +1100 |
---|---|---|
committer | David Hook <dgh@cryptoworkshop.com> | 2015-10-24 10:46:28 +1100 |
commit | bb74525e072a8530f94e06f12be440932682134c (patch) | |
tree | fe06e532acc628ed85278ed23b67bccb1d0329e4 | |
parent | renamed ISignatureCalculator to ISignatureCalculatorFactory (diff) | |
download | BouncyCastle.NET-ed25519-bb74525e072a8530f94e06f12be440932682134c.tar.xz |
updated to reflect name change
-rw-r--r-- | crypto/crypto.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index b80a3fec0..7c070e9b0 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3084,7 +3084,7 @@ BuildAction = "Compile" /> <File - RelPath = "src\crypto\ISignatureCalculator.cs" + RelPath = "src\crypto\ISignatureCalculatorFactory.cs" SubType = "Code" BuildAction = "Compile" /> |