File tree Expand file tree Collapse file tree 5 files changed +20
-51
lines changed Expand file tree Collapse file tree 5 files changed +20
-51
lines changed Original file line number Diff line number Diff line change 1057
1057
<Compile Include =" src\crypto\signers\Ed25519Signer.cs" />
1058
1058
<Compile Include =" src\crypto\signers\Ed448phSigner.cs" />
1059
1059
<Compile Include =" src\crypto\signers\Ed448Signer.cs" />
1060
+ <Compile Include =" src\crypto\signers\EdDsa25519Signer.cs" />
1060
1061
<Compile Include =" src\crypto\signers\GOST3410DigestSigner.cs" />
1061
1062
<Compile Include =" src\crypto\signers\GOST3410Signer.cs" />
1062
1063
<Compile Include =" src\crypto\signers\GenericSigner.cs" />
1486
1487
<Compile Include =" src\openpgp\PgpUtilities.cs" />
1487
1488
<Compile Include =" src\openpgp\PgpV3SignatureGenerator.cs" />
1488
1489
<Compile Include =" src\openpgp\Rfc6637Utilities.cs" />
1489
- <Compile Include =" src\openpgp\SXprUtilities.cs" />
1490
+ <Compile Include =" src\openpgp\SXprReader.cs" />
1491
+ <Compile Include =" src\openpgp\SXprWriter.cs" />
1490
1492
<Compile Include =" src\openpgp\WrappedGeneratorStream.cs" />
1491
1493
<Compile Include =" src\openssl\EncryptionException.cs" />
1492
1494
<Compile Include =" src\openssl\IPasswordFinder.cs" />
Original file line number Diff line number Diff line change 1051
1051
<Compile Include =" src\crypto\signers\Ed25519Signer.cs" />
1052
1052
<Compile Include =" src\crypto\signers\Ed448phSigner.cs" />
1053
1053
<Compile Include =" src\crypto\signers\Ed448Signer.cs" />
1054
+ <Compile Include =" src\crypto\signers\EdDsa25519Signer.cs" />
1054
1055
<Compile Include =" src\crypto\signers\GOST3410DigestSigner.cs" />
1055
1056
<Compile Include =" src\crypto\signers\GOST3410Signer.cs" />
1056
1057
<Compile Include =" src\crypto\signers\GenericSigner.cs" />
1480
1481
<Compile Include =" src\openpgp\PgpUtilities.cs" />
1481
1482
<Compile Include =" src\openpgp\PgpV3SignatureGenerator.cs" />
1482
1483
<Compile Include =" src\openpgp\Rfc6637Utilities.cs" />
1483
- <Compile Include =" src\openpgp\SXprUtilities.cs" />
1484
+ <Compile Include =" src\openpgp\SXprReader.cs" />
1485
+ <Compile Include =" src\openpgp\SXprWriter.cs" />
1484
1486
<Compile Include =" src\openpgp\WrappedGeneratorStream.cs" />
1485
1487
<Compile Include =" src\openssl\EncryptionException.cs" />
1486
1488
<Compile Include =" src\openssl\IPasswordFinder.cs" />
Original file line number Diff line number Diff line change 1052
1052
<Compile Include =" src\crypto\signers\Ed25519Signer.cs" />
1053
1053
<Compile Include =" src\crypto\signers\Ed448phSigner.cs" />
1054
1054
<Compile Include =" src\crypto\signers\Ed448Signer.cs" />
1055
+ <Compile Include =" src\crypto\signers\EdDsa25519Signer.cs" />
1055
1056
<Compile Include =" src\crypto\signers\GOST3410DigestSigner.cs" />
1056
1057
<Compile Include =" src\crypto\signers\GOST3410Signer.cs" />
1057
1058
<Compile Include =" src\crypto\signers\GenericSigner.cs" />
1481
1482
<Compile Include =" src\openpgp\PgpUtilities.cs" />
1482
1483
<Compile Include =" src\openpgp\PgpV3SignatureGenerator.cs" />
1483
1484
<Compile Include =" src\openpgp\Rfc6637Utilities.cs" />
1484
- <Compile Include =" src\openpgp\SXprUtilities.cs" />
1485
+ <Compile Include =" src\openpgp\SXprReader.cs" />
1486
+ <Compile Include =" src\openpgp\SXprWriter.cs" />
1485
1487
<Compile Include =" src\openpgp\WrappedGeneratorStream.cs" />
1486
1488
<Compile Include =" src\openssl\EncryptionException.cs" />
1487
1489
<Compile Include =" src\openssl\IPasswordFinder.cs" />
Original file line number Diff line number Diff line change 5143
5143
SubType = "Code"
5144
5144
BuildAction = "Compile"
5145
5145
/>
5146
+ <File
5147
+ RelPath = "src\crypto\signers\EdDsa25519Signer.cs"
5148
+ SubType = "Code"
5149
+ BuildAction = "Compile"
5150
+ />
5146
5151
<File
5147
5152
RelPath = "src\crypto\signers\GenericSigner.cs"
5148
5153
SubType = "Code"
7289
7294
BuildAction = "Compile"
7290
7295
/>
7291
7296
<File
7292
- RelPath = "src\openpgp\SXprUtilities.cs"
7297
+ RelPath = "src\openpgp\SXprReader.cs"
7298
+ SubType = "Code"
7299
+ BuildAction = "Compile"
7300
+ />
7301
+ <File
7302
+ RelPath = "src\openpgp\SXprWriter.cs"
7293
7303
SubType = "Code"
7294
7304
BuildAction = "Compile"
7295
7305
/>
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments