diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-10-04 19:44:44 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-10-04 19:44:44 +0700 |
commit | 286b626903b2e3de5610b6cdff9ec196fcf2244e (patch) | |
tree | d1200531c206693630dc7edd0182cdee2342ecc4 /crypto/src/math/raw | |
parent | Avoid some allocations around MPInteger (diff) | |
download | BouncyCastle.NET-ed25519-286b626903b2e3de5610b6cdff9ec196fcf2244e.tar.xz |
Span-based variants for XDH/EdDSA
Diffstat (limited to 'crypto/src/math/raw')
-rw-r--r-- | crypto/src/math/raw/Nat.cs | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/crypto/src/math/raw/Nat.cs b/crypto/src/math/raw/Nat.cs |