Skip to content

Commit

Permalink
Make KeyPair internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Metalnem committed Mar 19, 2018
1 parent 839c3e9 commit 1052cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Noise/KeyPair.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Noise
/// <summary>
/// A Diffie-Hellman private/public key pair.
/// </summary>
public sealed class KeyPair : IDisposable
internal sealed class KeyPair : IDisposable
{
private readonly byte[] privateKey;
private readonly byte[] publicKey;
Expand Down

0 comments on commit 1052cf1

Please sign in to comment.