File tree Expand file tree Collapse file tree 10 files changed +11
-185
lines changed
Renci.SshNet.Benchmarks/Security/Cryptography/Ciphers
Renci.SshNet.Tests/Classes/Security/Cryptography Expand file tree Collapse file tree 10 files changed +11
-185
lines changed Original file line number Diff line number Diff line change 1313using Renci . SshNet . Security . Cryptography ;
1414using Renci . SshNet . Security . Cryptography . Ciphers ;
1515
16- using CipherMode = System . Security . Cryptography . CipherMode ;
17-
1816namespace Renci . SshNet
1917{
2018 /// <summary>
Original file line number Diff line number Diff line change 22using System ;
33using System . Globalization ;
44using System . Linq ;
5+ using System . Security . Cryptography ;
56using System . Text ;
67
78using Renci . SshNet . Common ;
89using Renci . SshNet . Security ;
910using Renci . SshNet . Security . Cryptography ;
1011using Renci . SshNet . Security . Cryptography . Ciphers ;
1112
12- using CipherMode = System . Security . Cryptography . CipherMode ;
13-
1413namespace Renci . SshNet
1514{
1615 public partial class PrivateKeyFile
Original file line number Diff line number Diff line change 1010using Renci . SshNet . Security ;
1111using Renci . SshNet . Security . Cryptography . Ciphers ;
1212
13- using CipherMode = System . Security . Cryptography . CipherMode ;
14-
1513namespace Renci . SshNet
1614{
1715 public partial class PrivateKeyFile
Original file line number Diff line number Diff line change 1414using Renci . SshNet . Security ;
1515using Renci . SshNet . Security . Cryptography . Ciphers ;
1616
17- using CipherMode = System . Security . Cryptography . CipherMode ;
18-
1917namespace Renci . SshNet
2018{
2119 public partial class PrivateKeyFile
Original file line number Diff line number Diff line change 88using Renci . SshNet . Security ;
99using Renci . SshNet . Security . Cryptography . Ciphers ;
1010
11- using CipherMode = System . Security . Cryptography . CipherMode ;
12-
1311namespace Renci . SshNet
1412{
1513 public partial class PrivateKeyFile
Original file line number Diff line number Diff line change 1- using BenchmarkDotNet . Attributes ;
1+ using System . Security . Cryptography ;
22
3- using Renci . SshNet . Security . Cryptography . Ciphers ;
3+ using BenchmarkDotNet . Attributes ;
44
5- using CipherMode = System . Security . Cryptography . CipherMode ;
5+ using Renci . SshNet . Security . Cryptography . Ciphers ;
66
77namespace Renci . SshNet . Benchmarks . Security . Cryptography . Ciphers
88{
Original file line number Diff line number Diff line change 1- using BenchmarkDotNet . Attributes ;
1+ using System . Security . Cryptography ;
22
3- using Renci . SshNet . Security . Cryptography . Ciphers ;
3+ using BenchmarkDotNet . Attributes ;
44
5- using CipherMode = System . Security . Cryptography . CipherMode ;
5+ using Renci . SshNet . Security . Cryptography . Ciphers ;
66
77namespace Renci . SshNet . Benchmarks . Security . Cryptography . Ciphers
88{
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11using System . Linq ;
2+ using System . Security . Cryptography ;
23
34using Microsoft . VisualStudio . TestTools . UnitTesting ;
45
56using Renci . SshNet . Common ;
67using Renci . SshNet . Security . Cryptography . Ciphers ;
78using Renci . SshNet . Tests . Common ;
89
9- using CipherMode = System . Security . Cryptography . CipherMode ;
10-
1110namespace Renci . SshNet . Tests . Classes . Security . Cryptography . Ciphers
1211{
1312 /// <summary>
Original file line number Diff line number Diff line change 1- using Microsoft . VisualStudio . TestTools . UnitTesting ;
1+ using System . Security . Cryptography ;
2+
3+ using Microsoft . VisualStudio . TestTools . UnitTesting ;
24
35using Renci . SshNet . Security . Cryptography . Ciphers ;
46using Renci . SshNet . Tests . Common ;
57
6- using CipherMode = System . Security . Cryptography . CipherMode ;
7-
88namespace Renci . SshNet . Tests . Classes . Security . Cryptography . Ciphers
99{
1010 /// <summary>
You can’t perform that action at this time.
0 commit comments