diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-07-25 15:20:54 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-07-25 15:20:54 +0700 |
commit | b4c8b367d2f2404c9622fcfcca5a0ddeacf9baa2 (patch) | |
tree | 1e9870660312ebdc0644e9194166ad61cf14e0bd /crypto/src/math/ec | |
parent | Add GetCipherType method and refactor (diff) | |
download | BouncyCastle.NET-ed25519-b4c8b367d2f2404c9622fcfcca5a0ddeacf9baa2.tar.xz |
Check point against cofactor after decompression
Diffstat (limited to 'crypto/src/math/ec')
-rw-r--r-- | crypto/src/math/ec/ECCurve.cs | 3 | ||||
-rw-r--r-- | crypto/src/math/ec/ECPoint.cs | 12 |
2 files changed, 10 insertions, 5 deletions
diff --git a/crypto/src/math/ec/ECCurve.cs b/crypto/src/math/ec/ECCurve.cs |