diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-10-22 12:24:38 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-10-22 12:24:38 +0700 |
commit | b75ace683b656dbd5fd390557fb5800846822737 (patch) | |
tree | 4fccedc9160d6d64661f9629dd5f2cb55d5048e2 /crypto/src/math/ec | |
parent | Don't try to track unrecognized hash algorithms (diff) | |
download | BouncyCastle.NET-ed25519-b75ace683b656dbd5fd390557fb5800846822737.tar.xz |
Add GeneratePublicKey method for completeness
Diffstat (limited to 'crypto/src/math/ec')
-rw-r--r-- | crypto/src/math/ec/rfc7748/X25519.cs | 5 | ||||
-rw-r--r-- | crypto/src/math/ec/rfc7748/X448.cs | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/crypto/src/math/ec/rfc7748/X25519.cs b/crypto/src/math/ec/rfc7748/X25519.cs |