diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2017-06-06 12:06:38 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2017-06-06 12:06:38 +0700 |
commit | e4fba9b8f4c4f876d0dc470ed3cbe7066f939cd3 (patch) | |
tree | ba4e986cfcc9f9aa69fe15186f012ede09066883 /crypto/crypto.csproj | |
parent | Initial implementation of SM2 elliptic curve (diff) | |
download | BouncyCastle.NET-ed25519-e4fba9b8f4c4f876d0dc470ed3cbe7066f939cd3.tar.xz |
Fix paths for previous commit
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 90b858cb0..ab7413788 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -5454,22 +5454,22 @@ BuildAction = "Compile" /> <File - RelPath = "src\math\ec\custom\sec\SM2P256V1Curve.cs" + RelPath = "src\math\ec\custom\gm\SM2P256V1Curve.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "src\math\ec\custom\sec\SM2P256V1Field.cs" + RelPath = "src\math\ec\custom\gm\SM2P256V1Field.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "src\math\ec\custom\sec\SM2P256V1FieldElement.cs" + RelPath = "src\math\ec\custom\gm\SM2P256V1FieldElement.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "src\math\ec\custom\sec\SM2P256V1Point.cs" + RelPath = "src\math\ec\custom\gm\SM2P256V1Point.cs" SubType = "Code" BuildAction = "Compile" /> |