We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3bb9c commit c6813d5Copy full SHA for c6813d5
src/Renci.SshNet/Security/Cryptography/ED25519Key.cs
@@ -51,7 +51,7 @@ public override int KeyLength
51
{
52
get
53
54
- return PublicKey.Length;
+ return PublicKey.Length * 8;
55
}
56
57
0 commit comments