diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-10-06 12:19:49 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-10-06 12:19:49 +0700 |
commit | 2d28fafa7fe1becdada43f939b5121946468052c (patch) | |
tree | ab0b57beefd9976b7d3091fbefc0fab4635f3d04 /crypto/src/math/ec | |
parent | Refactor RSACoreEngine.ConvertOutput (diff) | |
download | BouncyCastle.NET-ed25519-2d28fafa7fe1becdada43f939b5121946468052c.tar.xz |
Refactor stackalloc usage
Diffstat (limited to 'crypto/src/math/ec')
-rw-r--r-- | crypto/src/math/ec/ECAlgorithms.cs | 5 | ||||
-rw-r--r-- | crypto/src/math/ec/rfc8032/Ed25519.cs | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/crypto/src/math/ec/ECAlgorithms.cs b/crypto/src/math/ec/ECAlgorithms.cs |