diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-09-06 12:12:54 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-09-06 12:12:54 +0700 |
commit | 20aae3e5ed3738a4afc42e1ac183d5a7d1a4bd12 (patch) | |
tree | 2dd92643ef91c6948babedb77d9fafc92f02bd9f /crypto | |
parent | Microsoft.NET.Test.Sdk 17.7.2 (diff) | |
download | BouncyCastle.NET-ed25519-20aae3e5ed3738a4afc42e1ac183d5a7d1a4bd12.tar.xz |
EdDSA: Minor verification optimization
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/src/math/ec/rfc8032/Ed25519.cs | 6 | ||||
-rw-r--r-- | crypto/src/math/ec/rfc8032/Ed448.cs | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/crypto/src/math/ec/rfc8032/Ed25519.cs b/crypto/src/math/ec/rfc8032/Ed25519.cs |